indexed-merkle-tree

Crates.ioindexed-merkle-tree
lib.rsindexed-merkle-tree
version0.6.2
sourcesrc
created_at2024-01-11 12:14:50.58418
updated_at2024-08-03 06:55:23.658583
descriptionThis crate provides an implementation of Indexed Merkle Trees, a version of Merkle trees that supports both membership and non-membership proofs.
homepagehttps://github.com/deltadevsde/indexed-merkle-tree
repositoryhttps://github.com/deltadevsde/indexed-merkle-tree
max_upload_size
id1096253
size69,532
Ryan (distractedm1nd)

documentation

README

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.

Commit count: 25

cargo fmt