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

Disable default feature (i.e. alloc) of zeroize in argon2 #374

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

rlee287
Copy link
Contributor

@rlee287 rlee287 commented Feb 4, 2023

zeroize is not used on Vec or String types for argon2, so removing the default alloc feature allows the zeroize feature to be enabled in argon2 for no-std targets.

zeroize is not used on Vec or String types for argon2, so removing the default alloc feature allows the zeroize feature to be enabled in argon2 for no-std targets.
@tarcieri tarcieri merged commit 073867a into RustCrypto:master Feb 5, 2023
@tarcieri
Copy link
Member

tarcieri commented Feb 5, 2023

Thanks! Seems like an oversight

@tarcieri tarcieri mentioned this pull request Mar 5, 2023
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.

2 participants