| Crates.io | ed25519 |
| lib.rs | ed25519 |
| version | 3.0.0-rc.1 |
| created_at | 2016-10-06 21:33:33.887375+00 |
| updated_at | 2025-09-13 15:03:01.724231+00 |
| description | 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 |
| homepage | https://github.com/RustCrypto/signatures/tree/master/ed25519 |
| repository | https://github.com/RustCrypto/signatures |
| max_upload_size | |
| id | 6766 |
| size | 69,624 |
Edwards Digital Signature Algorithm (EdDSA) over Curve25519 as specified in RFC 8032.
This crate doesn't contain an implementation of Ed25519, but instead
contains an ed25519::Signature type which other crates can use in
conjunction with the signature::Signer and signature::Verifier
traits.
These traits allow crates which produce and consume Ed25519 signatures to be written abstractly in such a way that different signer/verifier providers can be plugged in, enabling support for using different Ed25519 implementations, including HSMs or Cloud KMS services.
pkcs8 module is exempted as it uses a pre-1.0 dependency, however,
breaking changes to this module will be accompanied by a minor version bump.All crates licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.