mirror of
https://github.com/pezkuwichain/merkle-mountain-range.git
synced 2026-04-22 05:37:59 +00:00
c1211d2ca9
The MMR code is copy from https://github.com/nervosnetwork/ckb/pull/1598
28 lines
493 B
TOML
28 lines
493 B
TOML
[package]
|
|
name = "ckb-merkle-mountain-range"
|
|
version = "0.1.0"
|
|
authors = ["Nervos Core Dev <dev@nervos.org>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
description = "A generalized merkle mountain range implementation"
|
|
|
|
[dependencies]
|
|
failure = "0.1.5"
|
|
|
|
[dev-dependencies]
|
|
faster-hex = "0.3"
|
|
criterion = "0.3"
|
|
rand = "0.6"
|
|
proptest = "0.9.4"
|
|
lazy_static = "1.3.0"
|
|
bytes = "0.4"
|
|
blake2b-rs = "0.1.4"
|
|
|
|
[[bench]]
|
|
name = "mmr_benchmark"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "helper_benchmark"
|
|
harness = false
|