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

Plumb randomness into the test vector generation code #332

Closed chris-wood closed 2 years ago

chris-wood commented 2 years ago

This should address the previous problem where each test vector changed based on the order in which previous test vectors were invoked. Each test vector gets a freshly seeded test DRNG.

cc @stef, as this is what I'll propose using higher up in OPAQUE to fix the randomness issue once and for all.