p256 0.13.2

Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1) elliptic curve as defined in SP 800-186, with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic
Documentation
1
2
3
4
5
6
//! secp256r1 test vectors.

#[cfg(test)]
pub mod ecdsa;
pub mod field;
pub mod group;