mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
curve25519-dalek: - Enables `digest` and `rand_core` features - Removes transitive `nightly`, `simd_backend`, and `std` features ed25519: - `AsRef` impl for `Signature` has been removed; uses `to_bytes` - Uses `try_from` for `InternalSignature` conversion |
||
|---|---|---|
| .. | ||
| batch.rs | ||
| constants.rs | ||
| errors.rs | ||
| keypair.rs | ||
| lib.rs | ||
| public.rs | ||
| secret.rs | ||
| signature.rs | ||