mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add eddsa from ref10 implementation (with some modifications).
This commit is contained in:
3
core/crypto/ed25519/crypto_verify_32.h
Normal file
3
core/crypto/ed25519/crypto_verify_32.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <cstring>
|
||||
|
||||
#define crypto_verify_32(a,b) (std::memcmp((a), (b), 32) == 0)
|
||||
Reference in New Issue
Block a user