ckb-fixed-hash 0.119.0

Provide several simple fixed-sized hash data type and their static constructors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ckb-fixed-hash"
version = "0.119.0"
license = "MIT"
authors = ["Nervos <dev@nervos.org>"]
edition = "2021"
description = "Provide several simple fixed-sized hash data type and their static constructors."
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
ckb-fixed-hash-core = { path = "core", version = "= 0.119.0" }
ckb-fixed-hash-macros = { path = "macros", version = "= 0.119.0" }