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

Allowing server to do full PRF evaluation #39

Open tomrist opened 4 years ago

tomrist commented 4 years ago

Some applications will want to perform OPRF evaluations on the server side, without blinding. Perhaps can extend the Participant interface to have a FullEval that, for Servers, computes the full (V)OPRF value and returns it to caller.