1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef API_H #define API_H #include "parameters.h" #define CRYPTO_KEYBYTES KEY_BYTES #define CRYPTO_NSECBYTES 0 #define CRYPTO_NPUBBYTES NONCE_BYTES #define CRYPTO_ABYTES BLOCK_BYTES #define CRYPTO_NOOVERLAP 1 #endif /* API_H */