summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/api.h
blob: 80dc20c185c5029057897495601f9e8846a01cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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    BLOCK_BYTES
#define CRYPTO_NOOVERLAP 1

#endif /* API_H */