ckb-fixed-hash-core 0.201.0

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.workspace = true
license = "MIT"
authors = ["Nervos <dev@nervos.org>"]
edition = "2024"
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.workspace = true
serde = { workspace = true, features = ["derive"] }
faster-hex.workspace = true
schemars.workspace = true


[dev-dependencies]