Expand description
An instantiation of Anemoi with state width 4 and rate 3 aimed at providing 128 bits security. Implementation of the Anemoi permutation
Structs§
- Anemoi
Digest - An Anemoi Digest for the Anemoi Hash over Felt
- Anemoi
Pallas_ 4_ 3 - An Anemoi instantiation over Pallas basefield with 2 columns and rate 3.
Constants§
- DIGEST_
SIZE - One element (32-bytes) is returned as digest.
- NUM_
COLUMNS - The state is divided into two even-length rows.
- NUM_
HASH_ ROUNDS - The number of rounds is set to 14 to provide 128-bit security level.
- RATE_
WIDTH - 3 elements of the state are reserved for rate.
- STATE_
WIDTH - Function state is set to 4 field elements or 128 bytes. 1 element of the state is reserved for capacity.