{"id":65204,"library":"ed25519-consensus","title":"Ed25519 Consensus","description":"Ed25519 suitable for use in consensus-critical contexts.","status":"active","version":"2.1.0","language":"rust","source_language":null,"source_url":"https://github.com/penumbra-zone/ed25519-consensus","tags":["ed25519","signature","consensus","cryptography"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ned25519-consensus = \"2.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ed25519-consensus","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SigningKey","correct":"use ed25519_consensus::SigningKey;"}],"quickstart":{"code":"use ed25519_consensus::SigningKey;\nfn main() {\n    let sk = SigningKey::new(rand::thread_rng());\n    let pk = sk.verification_key();\n    println!(\"Public key: {:?}\", pk);\n}","lang":"rust","description":"Generates a new Ed25519 signing key and extracts the verification key."},"warnings":[{"fix":"Ensure all parties use the same implementation for consensus.","message":"Uses a specific verification algorithm that may differ from other Ed25519 implementations.","severity":"gotcha","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'consensus':2,9,14 'consensus-crit':8 'context':11 'critic':10 'cryptographi':15 'ed25519':1,3,12 'signatur':13 'suitabl':4 'use':6","created_at":"2026-06-17T17:06:57.546774+00:00","updated_at":"2026-06-17T17:06:57.546774+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/penumbra-zone/ed25519-consensus","github":"https://github.com/penumbra-zone/ed25519-consensus","docs":"https://docs.rs/ed25519-consensus/","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-17","next_check":"2026-12-14","install_tag":null}}