Expand description
A library providing hashing functionality including Merkle Proof utilities.
Structs§
- Chunk
With Proof - Represents a chunk of data with attached proof.
- Digest
- The output of the hash function.
- Indexed
Merkle Proof - A Merkle proof of the given chunk.
Enums§
- Chunk
With Proof Verification Error - Error validating a chunk with proof.
- Error
- Possible hashing errors.
- Merkle
Construction Error - Error during the construction of a Merkle proof.
- Merkle
Verification Error - Error validating a Merkle proof of a chunk.