libbitcoinpqc 0.1.0

Post-Quantum Cryptographic signature algorithms for Bitcoin (BIP-360)
Documentation
[[bench]]
harness = false
name = "sig_benchmarks"
path = "benches/sig_benchmarks.rs"

[build-dependencies.bindgen]
version = "0.71.1"

[build-dependencies.cmake]
version = "0.1"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.libc]
version = "0.2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.secp256k1]
features = ["rand"]
version = "0.30"

[dev-dependencies.sha2]
version = "0.10"

[[example]]
name = "basic"
path = "examples/basic.rs"

[features]
default = []
ide = []

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]
name = "bitcoinpqc"
path = "src/lib.rs"

[package]
authors = ["Hunter Beast <hunter@surmount.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Post-Quantum Cryptographic signature algorithms for Bitcoin (BIP-360)"
edition = "2021"
keywords = ["bitcoin", "pqc", "cryptography", "bip-360", "qubit"]
license = "MIT"
name = "libbitcoinpqc"
readme = "README.md"
repository = "https://github.com/bitcoin/libbitcoinpqc"
version = "0.1.0"

[[test]]
name = "algorithm_tests"
path = "tests/algorithm_tests.rs"

[[test]]
name = "serialization_tests"
path = "tests/serialization_tests.rs"