rs_merkle 1.4.2

The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks
Documentation
[dependencies.sha2]
default-features = false
version = "0.10"
[dev-dependencies.rayon]
version = "1.5.1"

[features]
default = ["std"]
std = ["sha2/std"]

[package]
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
description = "The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks"
documentation = "https://docs.rs/rs_merkle/"
edition = "2018"
exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
keywords = ["merkle", "tree", "proof", "hash", "multiproof"]
license = "Apache-2.0/MIT"
name = "rs_merkle"
readme = "README.md"
repository = "https://github.com/antouhou/rs-merkle"
version = "1.4.2"