Crate casper_hashing

Source
Expand description

A library providing hashing functionality including Merkle Proof utilities.

Structs§

ChunkWithProof
Represents a chunk of data with attached proof.
Digest
The output of the hash function.
IndexedMerkleProof
A Merkle proof of the given chunk.

Enums§

ChunkWithProofVerificationError
Error validating a chunk with proof.
Error
Possible hashing errors.
MerkleConstructionError
Error during the construction of a Merkle proof.
MerkleVerificationError
Error validating a Merkle proof of a chunk.