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

ascon-aead: Add ascon sponge Zeroize feature #527

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

aewag
Copy link
Contributor

@aewag aewag commented May 19, 2023

Not zeroizing the state may expose the private key.

As the MSRV is below 1.60 the dep: syntax is not available. Hence, the second feature sponge-zeroize. Any other suggestions to handle it better are welcome.

This relies on RustCrypto/sponges#57 and a new release of the ascon crate.

ascon-aead/Cargo.toml Outdated Show resolved Hide resolved
@aewag aewag marked this pull request as ready for review October 23, 2023 13:10
ascon-aead/Cargo.toml Outdated Show resolved Hide resolved
ascon-aead/Cargo.toml Outdated Show resolved Hide resolved
@aewag aewag force-pushed the add-zeroize-ascon-aead branch 3 times, most recently from ef647cb to 0fc86bd Compare October 24, 2023 21:02
Not zeroizing the state may expose the private key.
@sebastinas sebastinas merged commit 96fd7cf into RustCrypto:master Oct 24, 2023
81 checks passed
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.

4 participants