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

#include "constants.h"

#define CRYPTO_KEYBYTES  KEY_BYTES
#define CRYPTO_NSECBYTES 0
#define CRYPTO_NPUBBYTES NONCE_BYTES
#define CRYPTO_ABYTES    TAG_BYTES
#define CRYPTO_NOOVERLAP 1

#endif /* API_H */