# Packages
Package mimc provides a ZKP-circuit function to compute a MiMC hash.
Package ripemd160 implements in-circuit ripemd160 hash function.
Package sha2 implements SHA2 hash computation.
Package sha3 provides ZKP circuits for SHA3 hash algorithms applying sponge construction over Keccak f-[1600] permutation function.
# 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.
StateStorer allows to store and retrieve the state of a hash function.