ckb-pow 0.119.0

PoW verification engines for CKB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ckb-pow"
version = "0.119.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
license = "MIT"
description = "PoW verification engines for CKB"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
byteorder = "1.3.1"
ckb-types = { path = "../util/types", version = "= 0.119.0" }
ckb-hash = { path = "../util/hash", version = "= 0.119.0"}
serde = { version = "1.0", features = ["derive"] }
eaglesong = "0.1"
log = "0.4"