libsignal-protocol-c  master
crypto_sign_edwards25519sha512batch.h
1 #ifndef crypto_sign_edwards25519sha512batch_H
2 #define crypto_sign_edwards25519sha512batch_H
3 
4 #define crypto_sign_edwards25519sha512batch_ref10_SECRETKEYBYTES 64
5 #define crypto_sign_edwards25519sha512batch_ref10_PUBLICKEYBYTES 32
6 #define crypto_sign_edwards25519sha512batch_ref10_BYTES 64
7 #ifdef __cplusplus
8 #include <string>
9 extern std::string crypto_sign_edwards25519sha512batch_ref10(const std::string &,const std::string &);
10 extern std::string crypto_sign_edwards25519sha512batch_ref10_open(const std::string &,const std::string &);
11 extern std::string crypto_sign_edwards25519sha512batch_ref10_keypair(std::string *);
12 extern "C" {
13 #endif
14 extern int crypto_sign_edwards25519sha512batch_ref10(unsigned char *,unsigned long long *,const unsigned char *,unsigned long long,const unsigned char *);
15 extern int crypto_sign_edwards25519sha512batch_ref10_open(unsigned char *,unsigned long long *,const unsigned char *,unsigned long long,const unsigned char *);
16 extern int crypto_sign_edwards25519sha512batch_ref10_keypair(unsigned char *,unsigned char *);
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #define crypto_sign_edwards25519sha512batch crypto_sign_edwards25519sha512batch_ref10
22 #define crypto_sign_edwards25519sha512batch_open crypto_sign_edwards25519sha512batch_ref10_open
23 #define crypto_sign_edwards25519sha512batch_keypair crypto_sign_edwards25519sha512batch_ref10_keypair
24 #define crypto_sign_edwards25519sha512batch_BYTES crypto_sign_edwards25519sha512batch_ref10_BYTES
25 #define crypto_sign_edwards25519sha512batch_PUBLICKEYBYTES crypto_sign_edwards25519sha512batch_ref10_PUBLICKEYBYTES
26 #define crypto_sign_edwards25519sha512batch_SECRETKEYBYTES crypto_sign_edwards25519sha512batch_ref10_SECRETKEYBYTES
27 #define crypto_sign_edwards25519sha512batch_IMPLEMENTATION "crypto_sign/edwards25519sha512batch/ref10"
28 #ifndef crypto_sign_edwards25519sha512batch_ref10_VERSION
29 #define crypto_sign_edwards25519sha512batch_ref10_VERSION "-"
30 #endif
31 #define crypto_sign_edwards25519sha512batch_VERSION crypto_sign_edwards25519sha512batch_ref10_VERSION
32 
33 #endif