summaryrefslogtreecommitdiff
path: root/nist/api.h
blob: 497f5fb10f5455952a15634d2c062e6cb2b34521 (plain)
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 */