p384_rs 0.1.10

NIST P-384 (secp384r1), with correct arithmetic
Documentation
1
2
3
4
5
//! secp384r1 test vectors.

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