Pure Rust secp256k1 elliptic curve library supporting ECDSA, Schnorr signatures, ECDH, and general curve operations.
# Cargo.toml
[dependencies]
k256 = "0.13.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a random secp256k1 key pair and signs/verifies a message.
Add `features = ["ecdsa"]` to your Cargo.toml dependency.
No dependency data recorded yet.