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

Reproducible proof generation #222

Closed bytemare closed 3 years ago

bytemare commented 3 years ago

The c and s values in the test vectors are build using a random value that's not given. Hence, the c and s values are not reproducible in tests to verify server-side computations are correct.

Is this by design, i.e. the generate_proof output not be tested?