- #ifndef crypto_sign_H
- #define crypto_sign_H
- #include "crypto_sign_ed25519.h"
- #define crypto_sign crypto_sign_ed25519_ref10
- #define crypto_sign_open crypto_sign_ed25519_ref10_open
- #define crypto_sign_keypair crypto_sign_ed25519_ref10_keypair
- #define crypto_sign_BYTES crypto_sign_ed25519_ref10_BYTES
- #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_ref10_PUBLICKEYBYTES
- #define crypto_sign_SECRETKEYBYTES crypto_sign_ed25519_ref10_SECRETKEYBYTES
- #define crypto_sign_PRIMITIVE "ed25519"
- #define crypto_sign_IMPLEMENTATION crypto_sign_ed25519_IMPLEMENTATION
- #define crypto_sign_VERSION crypto_sign_ed25519_VERSION
- #endif
|