-
Notifications
You must be signed in to change notification settings - Fork 5.2k
SHAKE128 and SHAKE256 #87099
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
Merged
Merged
SHAKE128 and SHAKE256 #87099
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5698294
Quick sketch for SHAKE
vcsjones 9e1f41f
Quick implementation for Windows
vcsjones cdbdc0f
SHAKE128 progress on Windows
vcsjones 3ba6ff2
SHAKE128 complete on Windows
vcsjones dea682d
Fix test to not use constrained new() for testing exceptions
vcsjones be624e4
Light up XOF one-shots on OpenSSL
vcsjones 6867809
Fix typo in comment
vcsjones d43c293
Bring up SHAKE256
vcsjones 01b106c
Change exception types.
vcsjones 1c56ca2
Code review feedback, and some analyzer fixes
vcsjones a0ac765
Add tests for empty scenarios
vcsjones 8f61aa1
Fix indentation and test object disposed for zero outputs
vcsjones ecfe5a8
Code review feedback
vcsjones fdd579d
Use span marshaller
vcsjones ae95f1b
Work around OpenSSL 1.1.1 bug with zero length digests in EVP_DigestF…
vcsjones 4226620
Test that resetting with an empty buffer actually resets
vcsjones 79cf398
Test and fix NULL buffers for shake destinations
vcsjones cf5886f
Fix Window's handling of null destination buffers for zero length out…
vcsjones 4b63b45
Fix extra line
vcsjones 2c19680
Use OPENSSL_cleanse
vcsjones 6c52426
Cleanup duplicate GetNonNullPinnableReference
vcsjones d175ad5
Merge remote-tracking branch 'ms/main' into xof
vcsjones 2407d8b
Merge remote-tracking branch 'ms/main' into xof
vcsjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.