curve25519-dalek-source/ed25519-dalek/tests
Tony Arcieri 9d6ec949ad
Bump rand_core to v0.10.0-rc-3 (#860)
Most of the changes in this PR are actually from the associated `rand`
crate updates which are happening in rust-random/rand#1697, notably
`OsRng` has been renamed to `SysRng` (and is now provided by the
`getrandom` crate).

We do use some `rand_core` APIs in a few places though, like the STROBE
implementation, where this migrates from `rand_core::le` to
`rand_core::utils`.
2025-12-27 09:53:24 -07:00
..
examples Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
ed25519.rs Bump rand_core to v0.10.0-rc-3 (#860) 2025-12-27 09:53:24 -07:00
pkcs8.rs Add typos action and correct typos (#766) 2025-06-04 17:40:10 +02:00
validation_criteria.rs Bump edition to 2024 and crate versions to prereleases (#775) 2025-07-07 11:52:25 -04:00
x25519.rs Bump edition to 2024 and crate versions to prereleases (#775) 2025-07-07 11:52:25 -04:00