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.
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
Expose the SHAKE-128 incremental API in libcrux and add 100,000 Kyber KAT tests using this API #156
Expose the SHAKE-128 incremental API in libcrux and add 100,000 Kyber KAT tests using this API #156
Changes from all commits
8f23c29
529e230
d0d3fe0
9364c28
c204567
2e40828
b212a4d
08f96b2
deceb3b
58f2191
b916768
8a206c2
2bd0770
7efdc5a
01b116d
0cd02f6
701da3e
b0e3ecc
a9df869
777e0c8
4fb697a
b20a6df
a4b734f
c3ca864
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason to list all of these explicitely now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it would just document better what exactly we want and what we don't want. Also, this let me exclude
Hacl_Hash_SHA3_Scalar_sha3*
,Hacl_Hash_SHA3_Scalar_shake128
and the like from the extraction (they weren't being used and I didn't want to add them in).