ckb-hash 0.103.0

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
blake2b-rs = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies]
blake2b-ref = "0.2.0"