bridgetree 0.3.0

A space-efficient Merkle tree designed for linear appends with witnessing of marked leaves, checkpointing & state restoration.
Documentation
[dependencies.incrementalmerkletree]
version = "0.4"

[dependencies.proptest]
optional = true
version = "1.0.0"
[dev-dependencies.incrementalmerkletree]
features = ["test-dependencies"]
version = "0.4"

[dev-dependencies.proptest]
version = "1.0.0"

[features]
test-dependencies = ["proptest"]

[package]
authors = ["Kris Nuttycombe <kris@nutty.land>", "Sean Bowe <ewillbefull@gmail.com>"]
categories = ["algorithms", "data-structures"]
description = "A space-efficient Merkle tree designed for linear appends with witnessing of marked leaves, checkpointing & state restoration."
edition = "2021"
homepage = "https://github.com/zcash/incrementalmerkletree"
license = "MIT OR Apache-2.0"
name = "bridgetree"
repository = "https://github.com/zcash/incrementalmerkletree"
rust-version = "1.60"
version = "0.3.0"