p192 0.13.0

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

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