Skip to content

Add zeroizing support for MontyParams#706

Merged
tarcieri merged 1 commit into
RustCrypto:masterfrom
AaronFeickert:zeroize-params
Dec 2, 2024
Merged

Add zeroizing support for MontyParams#706
tarcieri merged 1 commit into
RustCrypto:masterfrom
AaronFeickert:zeroize-params

Conversation

@AaronFeickert

@AaronFeickert AaronFeickert commented Dec 2, 2024

Copy link
Copy Markdown
Contributor

After discussion in #704, it seemed prudent to add zeroizing support for MontyParams, and to use this when zeroizing MontyForm as well. This PR adds such support.

Closes #704.

@tarcieri tarcieri merged commit 5cab3fa into RustCrypto:master Dec 2, 2024
@AaronFeickert AaronFeickert deleted the zeroize-params branch December 2, 2024 19:59
@fjarri

fjarri commented Dec 3, 2024

Copy link
Copy Markdown
Contributor

Thanks for the PR! Perhaps it's also worth mentioning in the docs that the params are not zeroized for the boxed version.

@AaronFeickert

Copy link
Copy Markdown
Contributor Author

Thanks for the PR! Perhaps it's also worth mentioning in the docs that the params are not zeroized for the boxed version.

Neither BoxedMontyParams nor BoxedMontyForm currently implement Zeroize at all. But they could.

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.

Zeroizing MontyParams

3 participants