api.h 308 Bytes
Newer Older
lwc-tester committed
1 2 3 4 5 6 7 8 9 10
#ifndef API_H
#define API_H

#define CRYPTO_KEYBYTES 16 // Size of the key in bytes.
#define CRYPTO_NSECBYTES 0 // UNUSED
#define CRYPTO_NPUBBYTES 6 // Size of the nonce in bytes.
#define CRYPTO_ABYTES 8 // Ciphertext expansion is one block, always.
#define CRYPTO_NOOVERLAP 1 // Shall be set to one.

#endif