Crate casper_hashing
source ·Expand description
A library providing hashing functionality including Merkle Proof utilities.
Structs
- Represents a chunk of data with attached proof.
- The output of the hash function.
- A Merkle proof of the given chunk.
Enums
- Error validating a chunk with proof.
- Possible hashing errors.
- Error during the construction of a Merkle proof.
- Error validating a Merkle proof of a chunk.