api.h 218 Bytes
Newer Older
KNOT team committed
1 2 3 4 5 6 7 8 9
#ifndef KNOT_API_H
#define KNOT_API_H
//k=n=tag=128  b=384 r=96 c=288
#define CRYPTO_KEYBYTES 24
#define CRYPTO_NSECBYTES 0
#define CRYPTO_NPUBBYTES 24
#define CRYPTO_ABYTES 24
#define CRYPTO_NOOVERLAP 1
#endif