p521 0.13.3

Pure Rust implementation of the NIST P-521 (a.k.a. secp521r1) elliptic curve as defined in SP 800-186
Documentation
1
2
3
4
5
//! secp521r1 test vectors.

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