ASCON Suite
|
#include <ascon/xof.h>
Go to the source code of this file.
Functions | |
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. More... | |
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. More... | |
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.
state | XOF state to be updated. |
custom | Points to the customization string. |
customlen | Number of bytes in the customization string. |
Definition at line 131 of file ascon-xof.c.
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.
state | XOF state to be updated. |
custom | Points to the customization string. |
customlen | Number of bytes in the customization string. |
Definition at line 129 of file ascon-xofa.c.