Go to file
Kris Nuttycombe 7feaddd8e2 Apply suggestions from code review
Co-authored-by: str4d <thestr4d@gmail.com>
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2022-04-06 11:18:01 -06:00
.github/workflows Fix naming of beta lints. 2022-02-23 21:44:36 -07:00
proptest-regressions Add a test that demonstrates the failure case. 2022-03-30 16:41:59 -06:00
src Remove redundant documentation on trait impls. 2022-03-31 08:21:33 -06:00
.gitignore
CHANGELOG.md Apply suggestions from code review 2022-04-06 11:18:01 -06:00
COPYING.md
Cargo.toml incrementalmerkletree 0.3.0-beta.1 2022-03-22 17:29:55 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md

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.