libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_sign / ed25519 / ref10 / api.h
blob87cd56e9ac1b3279e9827ff7269fc0b92ead0347
2 #include "crypto_sign_ed25519.h"
4 #define crypto_sign crypto_sign_ed25519
5 #define crypto_sign_open crypto_sign_ed25519_open
6 #define crypto_sign_keypair crypto_sign_ed25519_keypair
7 #define crypto_sign_seed_keypair crypto_sign_ed25519_seed_keypair
8 #define crypto_sign_BYTES crypto_sign_ed25519_BYTES
9 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
10 #define crypto_sign_SECRETKEYBYTES crypto_sign_ed25519_SECRETKEYBYTES
11 #define crypto_sign_PRIMITIVE "ed25519"
12 #define crypto_sign_IMPLEMENTATION crypto_sign_ed25519_IMPLEMENTATION
13 #define crypto_sign_VERSION crypto_sign_ed25519_VERSION