Pure Rust implementation of the NIST P-256 elliptic curve with support for ECDH, ECDSA, and curve arithmetic.
# Cargo.toml
[dependencies]
p256 = "0.13.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a P-256 ECDSA signing key and sign a message.
Add `features = ["ecdsa"]` to the p256 dependency in Cargo.toml.
No dependency data recorded yet.