23 #ifndef ASCON_XOF_INTERNAL_H
24 #define ASCON_XOF_INTERNAL_H
void ascon_xof_absorb_custom(ascon_xof_state_t *state, const unsigned char *custom, size_t customlen)
Absorbs a customization string into an ASCON-XOF state.
void ascon_xofa_absorb_custom(ascon_xofa_state_t *state, const unsigned char *custom, size_t customlen)
Absorbs a customization string into an ASCON-XOFA state.
ascon_state_t state
[snippet_key]
State information for ASCON-XOF incremental mode.
State information for ASCON-XOFA incremental mode.
ASCON-XOF and ASCON-XOFA extensible output functions (XOF's).