Fast and efficient ed25519 EdDSA key generation, signing, and verification in pure Rust.
# Cargo.toml
[dependencies]
ed25519-dalek = "2.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a new ed25519 signing key pair.
Update imports to use SigningKey and VerifyingKey instead of SecretKey and PublicKey.
No dependency data recorded yet.