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

Add an optional Zeroize impl for GenericArray #126

Merged
merged 1 commit into from Aug 2, 2022

Conversation

fjarri
Copy link
Contributor

@fjarri fjarri commented Aug 1, 2022

GenericArrays are used extensively in RustCrypto stack, and it would be very convenient to have them implement zeroization (for the cases when they contain secret data), so that one didn't have to make and expose a newtype doing that. This is done with the help of the de-facto standard zeroize crate.

This functionality is optional and gated on the zeroize feature.

@novacrazy novacrazy merged commit 7650b76 into fizyk20:master Aug 2, 2022
@novacrazy
Copy link
Collaborator

Published in 0.14.6

@fjarri fjarri deleted the zeroize branch August 3, 2022 04:01
@fjarri
Copy link
Contributor Author

fjarri commented Aug 3, 2022

Thanks for making a release too!

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.

None yet

2 participants