Go to file
Kris Nuttycombe d91890d440 Release incrementalmerkletree v0.3.1 2023-02-28 14:08:25 -07:00
.github/workflows Fix naming of beta lints. 2022-02-23 21:44:36 -07:00
proptest-regressions Fix a bug on 32-bit platforms that caused `Position::max_altitude` to return 2023-02-23 21:15:57 +00:00
src Fix a bug on 32-bit platforms that caused `Position::max_altitude` to return 2023-02-23 21:15:57 +00:00
.gitignore Initial commit. 2015-12-19 18:37:23 -07:00
CHANGELOG.md Release incrementalmerkletree v0.3.1 2023-02-28 14:08:25 -07:00
COPYING.md Ensure that GitHub's "View license" link points to complete license information. 2022-01-04 17:37:34 +00:00
Cargo.toml Release incrementalmerkletree v0.3.1 2023-02-28 14:08:25 -07:00
LICENSE-APACHE Added stuff for publishing to crates.io 2021-06-24 14:14:30 -06:00
LICENSE-MIT Update copyright year, and change the copyright holder to The Electric Coin Company. 2022-01-04 19:40:02 +00: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.