23 #ifndef LW_INTERNAL_SPONGENT_H
24 #define LW_INTERNAL_SPONGENT_H
26 #include "internal-util.h"
42 #define SPONGENT160_STATE_SIZE 20
47 #define SPONGENT176_STATE_SIZE 22
void spongent160_permute(spongent160_state_t *state)
Permutes the Spongent-pi[160] state.
Definition: internal-spongent.c:490
Structure of the internal state of the Spongent-pi[176] permutation.
Definition: internal-spongent.h:66
void spongent176_permute(spongent176_state_t *state)
Permutes the Spongent-pi[176] state.
Definition: internal-spongent.c:641
Structure of the internal state of the Spongent-pi[160] permutation.
Definition: internal-spongent.h:52