libhasha 2.2.2
Loading...
Searching...
No Matches
keccakf1600.h
Go to the documentation of this file.
1
30
31#if !defined(__HASHA_KECCAKF1600_H)
32#define __HASHA_KECCAKF1600_H
33
34#include "internal/internal.h"
35
37
50HA_PUBFUN void ha_keccakf1600(uint64_t *state);
51
65
67
68#endif // __HASHA_KECCAKF1600_H
#define HA_PUBFUN
Definition hadefs.h:34
#define HA_EXTERN_C_END
Definition hadefs.h:78
#define HA_EXTERN_C_BEG
Definition hadefs.h:70
HA_EXTERN_C_BEG HA_PUBFUN void ha_keccakf1600(uint64_t *state)
Performs the Keccak-f[1600] permutation on the state.
HA_PUBFUN int ha_keccakf1600_implid(void)
Returns the implementation ID of the Keccak-f[1600] function.