Skip to content

chore(deps): bump rand_core to 0.9 #749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 20 commits into
base: rustcrypto-new-releases
Choose a base branch
from

Conversation

AaronFeickert and others added 15 commits July 30, 2024 01:11
* Make AVX512IFMA opt-in backend

* Updated README to have backend info

* Added entry to changelog

---------

Co-authored-by: Michael Rosenberg <[email protected]>
…graphy#704)

Removes the previous warning that points are unvalidated: they're
validated using the ZIP-215 rules, which allows unreduced y-coordinates.
Points are ensured valid by performing decompression, which finds a
solution to the curve equation, or returns an error.

Adds references to ZIP-215 and dalek-cryptography#626
which is an issue about potentially adding support for the RFC8032/NIST
validation criteria in the future.
Clippy 1.81 brings new lints, this fixes those warnings
@baloo baloo changed the title Rand_core 0.9 migration chore(deps): bump rand_core to 0.9 May 7, 2025
@baloo baloo force-pushed the baloo/rand-0.9 branch 6 times, most recently from e232ac9 to b14008b Compare May 8, 2025 17:49
…tography#753)

* ed25519-dalek: bump MSRV to 1.81

base64ct now requires rustc 1.81

* nightly and stable disagree on usage of unsafe

```
error: unnecessary `unsafe` block
492
   --> curve25519-dalek/src/backend/vector/avx2/field.rs:479:28
493
    |
494
479 |         let c9_19: u32x8 = unsafe {
495
    |                            ^^^^^^ unnecessary `unsafe` block
```

This would only happen on nightly.
@baloo baloo force-pushed the baloo/rand-0.9 branch from b14008b to a04d037 Compare May 8, 2025 19:33
…tography#750)

This fixes warnings like:
```
warning: unexpected `cfg` condition value: ``
  --> curve25519-dalek/src/backend/mod.rs:58:9
   |
58 |         cpufeatures::new!(cpuid_avx512, "avx512ifma", "avx512vl");
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
@baloo baloo force-pushed the baloo/rand-0.9 branch 3 times, most recently from b4becb6 to 38432f4 Compare May 8, 2025 22:07
@baloo baloo marked this pull request as draft May 8, 2025 22:07
@baloo baloo force-pushed the baloo/rand-0.9 branch from 38432f4 to 89f9804 Compare May 8, 2025 23:00
@baloo baloo force-pushed the baloo/rand-0.9 branch 3 times, most recently from a2b8007 to 486a7ab Compare May 8, 2025 23:33
@baloo baloo force-pushed the baloo/rand-0.9 branch from 486a7ab to d71aab3 Compare May 8, 2025 23:45
@baloo baloo marked this pull request as ready for review May 8, 2025 23:45
@baloo baloo marked this pull request as draft May 13, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants