Go to file
Kris Nuttycombe 5f719bb769 Rename "parent" to "ommer"
The term "parent" as it has previously been used in this module is
confusing, because it referred not to the actual parent of a leaf note,
but to the *sibling* of the leaf's future parent. "Ommer" is a
gender-neutral term for the sibling of a parent, so it is ideal
for use in this context.
2021-07-02 16:43:32 -06:00
proptest-regressions Implement efficient incremental merkle tree. 2021-06-17 19:32:50 -06:00
src Rename "parent" to "ommer" 2021-07-02 16:43:32 -06:00
.gitignore Initial commit. 2015-12-19 18:37:23 -07:00
Cargo.toml Added stuff for publishing to crates.io 2021-06-24 14:14:30 -06:00
LICENSE-APACHE Added stuff for publishing to crates.io 2021-06-24 14:14:30 -06:00
LICENSE-MIT Added MIT license 2015-12-19 18:42:01 -07:00
README.md Added stuff for publishing to crates.io 2021-06-24 14:14:30 -06:00

README.md

incrementalmerkletree

This is a Rust crate that provides an implementation of an append-only Merkle tree structure called an "incremental merkle tree", with built-in support for checkpoints and rewinds intended for use in Blockchain projects, such as Zcash.

Documentation

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.