package
1.1.0
Repository: https://github.com/danivilardell/gnark.git
Documentation: pkg.go.dev

# Packages

Package sha2 implements SHA2 hash computation.
Package sha3 provides ZKP circuits for SHA3 hash algorithms applying sponge construction over Keccak f-[1600] permutation function.

# Functions

No description provided by the author
No description provided by the author

# Interfaces

BinaryFixedLengthHasher is like [BinaryHasher], but assumes the length of the input is not full length as defined during compile time.
BinaryHasher hashes inputs into a short digest.
FieldHasher hashes inputs into a short digest.