ckb-fixed-hash-core 0.116.1

Provide several fixed-length binary data, aka fixed-sized hashes.
Documentation
[package]
name = "ckb-fixed-hash-core"
version = "0.116.1"
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]