diff options
Diffstat (limited to 'src/ext/ed25519/ref10/crypto_sign.h')
-rw-r--r-- | src/ext/ed25519/ref10/crypto_sign.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/ed25519/ref10/crypto_sign.h b/src/ext/ed25519/ref10/crypto_sign.h index 627ba0a421..4a13fb30ab 100644 --- a/src/ext/ed25519/ref10/crypto_sign.h +++ b/src/ext/ed25519/ref10/crypto_sign.h @@ -1,6 +1,8 @@ /* Added for Tor */ #define crypto_sign ed25519_ref10_sign #define crypto_sign_keypair ed25519_ref10_keygen +#define crypto_sign_seckey ed25519_ref10_seckey +#define crypto_sign_pubkey ed25519_ref10_pubkey #define crypto_sign_open ed25519_ref10_open #include "ed25519_ref10.h" |