Skip to main content

Module hasher

Module hasher 

Source
Expand description

Protocol hasher trait definition.

Structs§

Hasher
MerkleHasher implementation built from a cryptographic hash function and a compression function. This struct is intended for use by the protocol verifier. Prover backends may use independent but functionally equivalent implementations.

Traits§

MerkleHasher
Trait abstracting Merkle tree hash operations. This trait is used as part of the definition of the StarkProtocolConfig.