16 releases (4 breaking)
0.6.2 | Aug 3, 2024 |
---|---|
0.6.1 | Jul 29, 2024 |
0.5.2 | Jul 24, 2024 |
0.4.1 | Jul 17, 2024 |
0.1.1 | Jan 11, 2024 |
#67 in No standard library
74 downloads per month
61KB
977 lines
Indexed Merkle Tree
Overview
The Indexed Merkle Tree crate provides a robust implementation of indexed Merkle trees in particular described for Transparency Dictionaries that can be used for various cryptographic applications. Compared to normal Merkle trees, this implementation provides proofs for both membership and non-membership, ensuring uniqueness of leaf nodes.
You can view the changelog here.
Usage
tbd
Installation
cargo add indexed_merkle_tree
Contributing
Contributions are welcome! Please feel free to get in touch.
Dependencies
~2.7–4MB
~84K SLoC