23 #ifndef LWCRYPTO_ASCON_XOF_H
24 #define LWCRYPTO_ASCON_XOF_H
43 #define ASCON_HASH_SIZE 32
49 #define ASCON_XOF_RATE 8
57 unsigned char state[40];
82 (
unsigned char *out,
const unsigned char *in,
size_t inlen);
117 void ascon_xof_absorb
129 void ascon_xof_squeeze
161 (
unsigned char *out,
const unsigned char *in,
size_t inlen);
196 void ascon_xofa_absorb
208 void ascon_xofa_squeeze
State information for ASCON-XOF and ASCON-XOFA incremental modes.
Definition: ascon-xof.h:54
unsigned char mode
Definition: ascon-xof.h:59
unsigned char count
Definition: ascon-xof.h:58
unsigned long long align
Definition: ascon-xof.h:61