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

rely on h2c reference code #1

Closed armfazh closed 4 years ago

armfazh commented 4 years ago

I think we are doing the same job twice, I have a reference implementation of h2c, which can be used for voprf that can be used by your reference implementation of Voprf.

https://github.com/armfazh/hash-to-curve-ref

Let me know whether you have integration issues.

armfazh commented 4 years ago

That project is under development, and it could be useful for cross testing.

alxdavids commented 4 years ago

Thanks Armando, I wasn't aware of your work and I'll look at integrating it into this code. Indeed, have a single reference point for H2C code is probably a good idea.