{"id":58117,"library":"p384","title":"P-384","description":"Pure Rust implementation of the NIST P-384 elliptic curve with ECDH and ECDSA support.","status":"active","version":"0.13.1","language":"rust","source_language":null,"source_url":"https://github.com/RustCrypto/elliptic-curves","tags":["elliptic-curve","cryptography","ecdsa","ecdh","p384"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\np384 = \"0.13.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add p384","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SigningKey","correct":"use p384::ecdsa::SigningKey;"}],"quickstart":{"code":"use p384::ecdsa::SigningKey;\nuse p384::SecretKey;\n\nfn main() {\n    let secret = SecretKey::random(&mut rand::thread_rng());\n    let signing_key = SigningKey::from(secret);\n    println!(\"Signing key created\");\n}","lang":"rust","description":"Generates a random P-384 ECDSA signing key."},"warnings":[],"env_vars":null,"search_vec":"'-384':2,10 'cryptographi':21 'curv':12,20 'ecdh':14,23 'ecdsa':16,22 'ellipt':11,19 'elliptic-curv':18 'implement':5 'nist':8 'p':1,9 'p384':24 'pure':3 'rust':4 'support':17","created_at":"2026-06-16T16:11:49.647198+00:00","updated_at":"2026-06-16T16:11:49.647198+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/RustCrypto/elliptic-curves/tree/master/p384","github":"https://github.com/RustCrypto/elliptic-curves","docs":"https://docs.rs/p384/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}