Skip to content

Space-efficient Merkle tree designed for linear appends with witnessing of marked leaves.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

namada-net/leanbridgetree

Repository files navigation

leanbridgetree

This is a Rust crate that provides an implementation of an append-only Merkle tree structure. Individual leaves of the merkle tree may be marked such that witnesses will be maintained for the marked leaves as additional nodes are appended to the tree, but leaf and node data not specifically required to maintain these witnesses is not retained, for space efficiency.

The crate also supports using "bridges" containing the minimal possible amount of data to advance witnesses for marked leaves data up to the latest state of the tree without having to append each intermediate leaf individually, given a bridge between the desired states computed by an outside source. The state of the tree is internally represented as a set of such bridges.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Original work

This crate is a heavily modified fork of the excellent bridgetree crate from Zcash Zebra. The fork started by creating a new commit history from the tree at b93e70980009caa857d244e7c4c8f1992bd4a478 in the original repository.

About

Space-efficient Merkle tree designed for linear appends with witnessing of marked leaves.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages