The Keccak‐f[1600]permutation.

Synopsis

Declared in <crypto/sha3.h>

void
KeccakF(uint64_t(& st)[]);

Parameters

Name

Description

st

The 25‐lane (1600‐bit) Keccak state, transformed in place.

Created with MrDocs