Ase::Lib::KeccakF1600 class

The Keccak-f[1600] Permutation, see the Keccak specification Keccak11 .

Constructors, destructors, conversion operators

KeccakF1600() explicit
Zero the state.

Public functions

void permute(uint32_t n_rounds)
Apply Keccak permutation with n_rounds.
void reset()
Zero the state.

Function documentation

void Ase::Lib::KeccakF1600::permute(uint32_t n_rounds)

Apply Keccak permutation with n_rounds.

The Keccak-f[1600] permutation for up to 254 rounds, see Keccak11 Keccak11 .