ckb-crypto 0.201.0-rc2

The ckb crypto util
Documentation
[package]
name = "ckb-crypto"
version.workspace = true
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
description = "The ckb crypto util"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
ckb-fixed-hash.workspace = true
secp256k1 = { workspace = true, features = ["recovery"], optional = true }
thiserror.workspace = true
rand = { workspace = true, features = ["small_rng"] }
faster-hex.workspace = true

[features]
default = ["secp"]
secp = ["secp256k1"]