23 #ifndef LW_INTERNAL_SIMP_H
24 #define LW_INTERNAL_SIMP_H
26 #include "internal-util.h"
47 #define SIMP_256_STATE_SIZE 32
52 #define SIMP_192_STATE_SIZE 24
void simp_256_permute(unsigned char state[SIMP_256_STATE_SIZE], unsigned steps)
Permutes a state with SimP-256.
Definition: internal-simp.c:44
void simp_192_permute(unsigned char state[SIMP_192_STATE_SIZE], unsigned steps)
Permutes a state with SimP-192.
Definition: internal-simp.c:120
#define SIMP_192_STATE_SIZE
State size of the SimP-192 permutation.
Definition: internal-simp.h:52
#define SIMP_256_STATE_SIZE
State size of the SimP-256 permutation.
Definition: internal-simp.h:47