verkletree 0.1.1

Verkle Tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "verkletree"
path = "src/lib.rs"

[package]
authors = ["Chiro <chiro@orochi.network>"]
categories = ["no-std", "cryptography", "algorithms"]
description = "Verkle Tree"
edition = "2021"
keywords = ["zkp", "zkmemory", "zkvm", "zkrisc", "ram"]
license = "Apache-2.0"
name = "verkletree"
readme = "README.md"
repository = "https://github.com/orochi-network/orochimaru/"
version = "0.1.1"