summaryrefslogtreecommitdiff
path: root/nist/api.h
blob: c952db312385fc2f64c587092493ae0b9582bc42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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    TAG_BYTES
#define CRYPTO_NOOVERLAP 1

#endif /* API_H */