Closed kevinlewi closed 3 years ago
Right now, in verifiable mode, the proof outputs two scalars “c” and “s”. However, a random “r” is sampled, but this “r” value is not displayed in the test vectors. I think we need to add one more line here: https://github.com/cfrg/draft-irtf-cfrg-voprf/blob/master/poc/test_oprf.sage#L188-L189 to also display “r”.
Right now, in verifiable mode, the proof outputs two scalars “c” and “s”. However, a random “r” is sampled, but this “r” value is not displayed in the test vectors. I think we need to add one more line here: https://github.com/cfrg/draft-irtf-cfrg-voprf/blob/master/poc/test_oprf.sage#L188-L189 to also display “r”.