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:
5
core/crypto/ed25519/crypto_sign.h
Normal file
5
core/crypto/ed25519/crypto_sign.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#define crypto_sign ed25519_ref10_sign
|
||||
#define crypto_sign_pubkey ed25519_ref10_pubkey
|
||||
#define crypto_sign_open ed25519_ref10_open
|
||||
|
||||
#include "ed25519_ref10.h"
|
||||
Reference in New Issue
Block a user