Skip to content
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

signature: update remaining use of CryptoRng + RngCore #1151

Merged

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Nov 4, 2022

In #1147, other usages of a CSRNG were changed to use &mut impl CryptoRngCore. However, RandomizedPrehashSigner was not updated accordingly.

This commit updates it as well.

@tarcieri tarcieri changed the title signature: update renamining use of CryptoRng + RngCore signature: update remaining use of CryptoRng + RngCore Nov 4, 2022
In #1147, other usages of a CSRNG were changed to use
`&mut impl CryptoRngCore`. However, `RandomizedPrehashSigner` was not
updated accordingly.

This commit updates it as well.
@tarcieri tarcieri force-pushed the signature/randomizedprehashsigner-cryptorngcore-update branch from b1c8510 to 0e38b5c Compare November 4, 2022 16:20
@tarcieri tarcieri merged commit b49cc05 into master Nov 4, 2022
@tarcieri tarcieri deleted the signature/randomizedprehashsigner-cryptorngcore-update branch November 4, 2022 16:25
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.

1 participant