issues
search
alxdavids
/
voprf-poc
Proof-of-concept implementation of the (V)OPRF protocol in https://datatracker.ietf.org/doc/draft-irtf-cfrg-voprf/
23
stars
8
forks
source link
Fix how challenge value is sampled
#22
Closed
alxdavids
closed
4 years ago
alxdavids
commented
4 years ago
This must change in the draft also
Previously the challenge value was sampled from SHA-512
This isn't big enough for P-521
We now use HKDF-Expand to sample the challenge
Also added expected values for test vectors