Crate blake3_tree
Source pub use fleek_blake3 as blake3;
- IncrementalVerifier
- An incremental verifier that can consume a stream of proofs and content
and verify the integrity of the content using a blake3 root hash.
- ProofBuf
- A buffer containing a proof for a block of data.
- ProofEncoder
- An encoder that manages a reverse buffer which can be used to convert the
root-to-leaf ordering of the
TreeWalker
to the proper stack ordering. - ProofSizeEstimator
- TreeWalker
- The logic responsible for walking a full blake3 tree from top to bottom searching
for a path.
- Direction
- The position of a element in an element in a binary tree.
- IncrementalVerifierError