Expand description
Immutable Map w/ Inclusion Proofs
The main type in this module is Map. It implements an immutable map
backed by a sparse Merkle tree, which provides the ability to generate
inclusion proofs for its items. This data structure is inspired by
the Revocation Transparency effort.
Structsยง
- Map
- Immutable Map w/ Inclusion Proofs
- MapProof
Bundle - A collection of inclusion proof info
- Proof
- An inclusion proof of the specified value in a map