//
pkg.gl
Category
github.com/danivilardell/gnark
std
hash
package
1.1.0
Repository:
https://github.com/danivilardell/gnark.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
0
Files
51 SLOC
#
Packages
sha2
Package sha2 implements SHA2 hash computation.
sha3
Package sha3 provides ZKP circuits for SHA3 hash algorithms applying sponge construction over Keccak f-[1600] permutation function.
#
Functions
GetFieldHasher
No description provided by the author
Register
No description provided by the author
#
Interfaces
BinaryFixedLengthHasher
BinaryFixedLengthHasher is like [BinaryHasher], but assumes the length of the input is not full length as defined during compile time.
BinaryHasher
BinaryHasher hashes inputs into a short digest.
FieldHasher
FieldHasher hashes inputs into a short digest.