cmtree 0.1.0

A generic Cartesian Merkle Tree implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cmtree"
version = "0.1.0"
edition = "2024"
authors = ["sam0x17"]
description = "A generic Cartesian Merkle Tree implementation"
keywords = ["cartesian", "merkle", "tree", "data-structure", "merkle-tree"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sam0x17/cmtree"

[dependencies]
sha2 = { version = "0.10", default-features = false }