Skip to main content

Crate uts_bmt

Crate uts_bmt 

Source
Expand description

High performance binary Merkle tree implementation in Rust.

Structs§

MerkleTree
Flat, Fixed-Size, Read only Merkle Tree
SiblingIter
Iterator over the sibling nodes of a leaf in the Merkle tree
UnhashedMerkleTree
Merkle Tree without hashing the leaves

Enums§

NodePosition
Indicates current node position relative to its sibling

Constants§

INNER_NODE_PREFIX
Prefix byte to distinguish internal nodes from leaves when hashing.