librustzcash/zcash_history
Jack Grigg bffe6a4a10 Bump MSRV to 1.70 2024-06-12 10:58:17 +00:00
..
examples Fix clippy complaints. 2022-12-09 09:32:34 -07:00
src chore: remove repetitive words 2024-05-04 20:54:15 +08:00
.gitignore
CHANGELOG.md Bump MSRV to 1.70 2024-06-12 10:58:17 +00:00
COPYRIGHT
Cargo.toml zcash_history 0.4.0 2024-03-01 15:10:11 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md

README.md

zcash_history

Special implementation of Merkle mountain ranges (MMR) for Zcash!

Build Status

The main design goals of this MMR implementation are

  • Allow zero-cache and avoid db callbacks. As it is implemented, calling side must just smartly pre-load MMR nodes from the database (about log2(tree length) for append, twice as much for deletion).

  • Reuse as much logic between rust and c++ clients and place it here and librustzcash.

  • Close to zero memory consumption.

License

zcash_history is distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your choice.

See LICENSE-APACHE, and LICENSE-MIT for details.

Contribution

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