cfrg / draft-irtf-cfrg-voprf

Oblivious Pseudorandom Functions (OPRFs) using Prime-Order Groups
https://cfrg.github.io/draft-irtf-cfrg-voprf/#go.draft-irtf-cfrg-voprf.html
Other
39 stars 15 forks source link

Fix batch test vector generation #325

Closed chris-wood closed 2 years ago

chris-wood commented 2 years ago

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 commented 2 years ago

lgtm ✅