|
Let us walk on the 3-isogeny graph
|
#include <stdint.h>

Go to the source code of this file.
Functions | |
| void | KeccakF1600_StateExtractBytes (uint64_t *state, unsigned char *data, unsigned int offset, unsigned int length) |
| void | KeccakF1600_StateXORBytes (uint64_t *state, const unsigned char *data, unsigned int offset, unsigned int length) |
| void | KeccakF1600_StatePermute (uint64_t *state) |
| void KeccakF1600_StateExtractBytes | ( | uint64_t * | state, |
| unsigned char * | data, | ||
| unsigned int | offset, | ||
| unsigned int | length | ||
| ) |
Definition at line 61 of file keccakf1600.c.
References i, NROUNDS, and ROL.
Referenced by cshake128_simple(), cshake128_simple_absorb(), cshake256_simple(), and cshake256_simple_absorb().

| void KeccakF1600_StateXORBytes | ( | uint64_t * | state, |
| const unsigned char * | data, | ||
| unsigned int | offset, | ||
| unsigned int | length | ||
| ) |
Definition at line 52 of file keccakf1600.c.
References i.
Referenced by cshake128_simple(), cshake128_simple_absorb(), cshake256_simple(), and cshake256_simple_absorb().
