pub const QUARTERS: usize = 4;
Expand description

An element of the Keccak state is 64 bits. However, we split the state into quarters of 16 bits to represent XOR and AND using the finite field addition. See the Keccak RFC for more information.