ckb-fixed-hash-core 0.121.0-rc1

Provide several fixed-length binary data, aka fixed-sized hashes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ckb-fixed-hash-core"
version = "0.121.0-rc1"
license = "MIT"
authors = ["Nervos <dev@nervos.org>"]
edition = "2021"
description = "Provide several fixed-length binary data, aka fixed-sized hashes."
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
thiserror = "1.0.22"
serde = { version = "1.0", features = ["derive"] }
faster-hex = "0.6"
schemars = { version = "0.8.19", package = "ckb_schemars" }


[dev-dependencies]