api.h 283 Bytes
Newer Older
Robert Primas committed
1 2 3
#ifndef API_H
#define API_H

4
// isapa128a
Robert Primas committed
5 6 7 8 9
#define CRYPTO_KEYBYTES 16
#define CRYPTO_NSECBYTES 0
#define CRYPTO_NPUBBYTES 16
#define CRYPTO_ABYTES 16
#define CRYPTO_NOOVERLAP 1
10 11

// asconhashv12
Enrico Pozzobon committed
12
#define CRYPTO_BYTES 32
13 14
#define ASCON_HASH_OUTLEN 32
#define ASCON_HASH_ROUNDS 12
Robert Primas committed
15 16

#endif