Registry / crypto / p384
library0.13.1rscratesunverified

Pure Rust implementation of the NIST P-384 elliptic curve with ECDH and ECDSA support.

# Cargo.toml [dependencies] p384 = "0.13.1"
INSTALL
IMPORT
SIG · P384
P
p384
cryptorustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SigningKey
use p384::ecdsa::SigningKey;

Generates a random P-384 ECDSA signing key.

use p384::ecdsa::SigningKey; use p384::SecretKey; fn main() { let secret = SecretKey::random(&mut rand::thread_rng()); let signing_key = SigningKey::from(secret); println!("Signing key created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
p384 — cargo add p384 · libregistry