p521 0.14.0

Pure Rust implementation of the NIST P-521 (a.k.a. secp521r1) 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
//! secp521r1 test vectors.

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