Documentation ¶
Overview ¶
Package keccakf implements the KeccakF-1600 permutation function.
This package exposes only the permutation primitive. For SHA3, SHAKE3 etc. functions it is necessary to apply the sponge construction. The constructions will be implemented in future in github.com/aakash4dev/gnark2/std/hash/sha3 package.
The cost for a single application of permutation is:
- 193650 constraints in Groth16
- 292032 constraints in Plonk
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.