23 #ifndef LW_INTERNAL_PHOTON256_H
24 #define LW_INTERNAL_PHOTON256_H
31 #include "internal-util.h"
40 #define PHOTON256_STATE_SIZE 32
Structure of the internal state of the PHOTON-256 permutation.
Definition: internal-photon256.h:45
#define PHOTON256_STATE_SIZE
Size of the PHOTON-256 permutation state in bytes.
Definition: internal-photon256.h:40
void photon256_permute(photon256_state_t *state)
Permutes the PHOTON-256 state.
Definition: internal-photon256.c:337