1 #ifndef crypto_sign_H
2 #define crypto_sign_H
3 
4 #include "crypto_sign_edwards25519sha512batch.h"
5 
6 #define crypto_sign crypto_sign_edwards25519sha512batch
7 #define crypto_sign_open crypto_sign_edwards25519sha512batch_open
8 #define crypto_sign_keypair crypto_sign_edwards25519sha512batch_keypair
9 #define crypto_sign_BYTES crypto_sign_edwards25519sha512batch_BYTES
10 #define crypto_sign_PUBLICKEYBYTES crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES
11 #define crypto_sign_SECRETKEYBYTES crypto_sign_edwards25519sha512batch_SECRETKEYBYTES
12 #define crypto_sign_PRIMITIVE "edwards25519sha512batch"
13 #define crypto_sign_IMPLEMENTATION crypto_sign_edwards25519sha512batch_IMPLEMENTATION
14 #define crypto_sign_VERSION crypto_sign_edwards25519sha512batch_VERSION
15 
16 #endif
17