curve25519-dalek-source/src
Tony Arcieri cfcdf536a0
Cargo.toml: compatibility updates for curve25519-dalek and ed25519 (#236)
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
2022-12-09 21:14:38 -05:00
..
batch.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
constants.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
errors.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
keypair.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
lib.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
public.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
secret.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
signature.rs Cargo.toml: compatibility updates for curve25519-dalek and ed25519 (#236) 2022-12-09 21:14:38 -05:00