[go: up one dir, main page]

p384 0.14.0-pre.11

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

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