Uh oh!
There was an error while loading. Please reload this page.
digest: implement Zeroize for the buffering newtypes - #1940
Merged
newpavlov merged 2 commits intoJul 29, 2025
Conversation
baloo
commented
Jul 24, 2025
MemberAuthor
balooforce-pushed
the
baloo/digest/zeroize-buffering
branch
2 times, most recently
from
July 24, 2025 16:58
49493dc to
74cfd80Comparebalooforce-pushed
the
baloo/digest/zeroize-buffering
branch
from
July 24, 2025 16:59
74cfd80 to
3c398caComparenewpavlov
requested changes
Jul 25, 2025
newpavlov
left a comment
Member
There was a problem hiding this comment.
Thank you! I indeed forgot about it...
Uh oh!
There was an error while loading. Please reload this page.
baloo added a commit
to baloo/utils
that referenced
this pull request
Jul 25, 2025
This is required for implementing ZeroizeOnDrop on consumer crates. For example: RustCrypto/traits#1940
baloo added a commit
to baloo/utils
that referenced
this pull request
Jul 25, 2025
This is required for implementing ZeroizeOnDrop on consumer crates. For example: RustCrypto/traits#1940
balooforce-pushed
the
baloo/digest/zeroize-buffering
branch
from
July 25, 2025 16:03
6920bd8 to
26adcf4Comparebaloo added a commit
to baloo/utils
that referenced
this pull request
Jul 25, 2025
This is required for implementing ZeroizeOnDrop on consumer crates. For example: RustCrypto/traits#1940
baloo
marked this pull request as draft
July 25, 2025 16:37
newpavlov pushed a commit
to RustCrypto/utils
that referenced
this pull request
Jul 25, 2025
This is required for implementing `ZeroizeOnDrop` on consumer crates. For example: RustCrypto/traits#1940
balooforce-pushed
the
baloo/digest/zeroize-buffering
branch
from
July 25, 2025 16:39
26adcf4 to
8c58be3Comparebaloo
marked this pull request as ready for review
July 25, 2025 16:39
Uh oh!
There was an error while loading. Please reload this page.
balooforce-pushed
the
baloo/digest/zeroize-buffering
branch
from
July 25, 2025 19:14
8c58be3 to
ea5e621Comparebalooforce-pushed
the
baloo/digest/zeroize-buffering
branch
from
July 25, 2025 19:15
ea5e621 to
f553f8bComparenewpavlov
approved these changes
Jul 29, 2025
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a fixup to #1799