Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support.
# Cargo.toml
[dependencies]
ed25519 = "2.2.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Ed25519 signature from bytes.
Add ed25519-dalek or another implementation crate for signing/verification.
No dependency data recorded yet.