feat: update to latest round of traits and rand 0.9#182
Merged
tarcieri merged 15 commits intoRustCrypto:masterfrom Sep 29, 2025
Merged
feat: update to latest round of traits and rand 0.9#182tarcieri merged 15 commits intoRustCrypto:masterfrom
tarcieri merged 15 commits intoRustCrypto:masterfrom
Conversation
3 tasks
Member
Author
|
Still debugging some failing tests currently |
Member
Author
|
Tests are mostly passing, no idea why crypto_secretstream wasm builds fail, they are passing locally.. |
Member
|
It looks like |
Member
Author
Member
|
@dignifiedquire I wonder if #177 might've caused that (i.e. adding clamping) |
Member
Author
|
@tarcieri yep, I hadn't seen that PR, that is exactly what breaks things, undoing that change makes things work again |
Member
Author
tarcieri
approved these changes
Sep 29, 2025
Member
|
@dignifiedquire might bikeshed the name in a followup, but this is fine for now |
Member
Author
|
@tarcieri any chance I can get a pre-release of this? |
Member
|
which one(s) specifically? |
Member
Author
|
I just need |
github-merge-queue bot
pushed a commit
to n0-computer/iroh
that referenced
this pull request
Oct 6, 2025
## Description - Upgrade to rand@0.9 - Upgrade dalek crates to prereleases Blocked on - [x] RustCrypto/nacl-compat#182 - [x] pubky/mainline#71 - [x] pubky/pkarr#186 Closes #3198 ## Breaking Changes - interfaces that depend on `rand` now need `0.9` ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needs some review & feedback for feature naming & usage of the new inout buffers
Closes #176