mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add tests for EdDSA25519, fix Verifier.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#include <cstring>
|
||||
|
||||
#define crypto_verify_32(a,b) (std::memcmp((a), (b), 32) == 0)
|
||||
#define crypto_verify_32(a,b) (!!std::memcmp((a), (b), 32))
|
||||
|
||||
Reference in New Issue
Block a user