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

Fix batch test vector generation #325

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Fix batch test vector generation #325

merged 1 commit into from
Feb 7, 2022

Conversation

chris-wood
Copy link
Collaborator

Small bug in the test generation code. Thanks, @kevinlewi!

This change trickles down and affects other test vectors due to the way we fix the RNG seed for tests. (It depends on the order in which random is invoked, which is silly and something we should fix. I'll do that in #322.)

Closes #323.
Closes #324.

@bytemare
Copy link
Contributor

bytemare commented Feb 7, 2022

lgtm ✅

@chris-wood chris-wood merged commit 81deca6 into main Feb 7, 2022
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.

Remove extraneous reference to "Context-" string Test vectors for POPRF: batching?
2 participants