zkp-merkle-tree 0.1.0

Merkle tree based vector commitment
Documentation
[[bench]]
harness = false
name = "benchmark"
required-features = ["bench"]
[dependencies.criterion]
optional = true
version = "0.3.0"

[dependencies.crunchy]
default_features = false
version = "0.2.2"

[dependencies.hex]
optional = true
version = "0.4.0"

[dependencies.itertools]
default_features = false
version = "0.8.0"

[dependencies.lazy_static]
optional = true
version = "1.3.0"

[dependencies.no-std-compat]
features = ["alloc"]
version = "0.1.0"

[dependencies.quickcheck]
optional = true
version = "0.9"

[dependencies.quickcheck_macros]
optional = true
version = "0.8"

[dependencies.rayon]
optional = true
version = "1.0.3"

[dependencies.zkp-criterion-utils]
optional = true
version = "0.1.0"

[dependencies.zkp-error-utils]
default_features = false
version = "0.1.0"

[dependencies.zkp-hash]
default_features = false
version = "0.1.0"

[dependencies.zkp-macros-decl]
default_features = false
optional = true
version = "0.1.0"

[dependencies.zkp-mmap-vec]
default_features = false
optional = true
version = "0.1.0"

[dependencies.zkp-u256]
optional = true
version = "0.1.0"

[features]
bench = ["test", "criterion", "zkp-criterion-utils", "lazy_static"]
default = ["std", "prover"]
prover = ["std", "zkp-mmap-vec"]
std = ["zkp-error-utils/std", "zkp-mmap-vec/std", "zkp-hash/std", "no-std-compat/std", "itertools/use_std", "crunchy/std", "rayon", "hex"]
test = ["zkp-u256/test", "zkp-macros-decl", "std", "quickcheck", "quickcheck_macros"]

[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["cryptography", "algorithms", "no-std", "wasm"]
description = "Merkle tree based vector commitment"
edition = "2018"
keywords = ["merkle-tree", "hash", "no-std"]
license = "Apache-2.0"
name = "zkp-merkle-tree"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/crypto/merkle-tree"
version = "0.1.0"