bridgetree 0.1.0

A space-efficient Merkle tree with witnessing of marked leaves, checkpointing & state restoration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

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