cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.26k stars 138 forks source link

oprf: update API and test vectors to draft v09 #319

Closed armfazh closed 2 years ago

armfazh commented 2 years ago

oprf: update API and test vectors to draft v09

The oprf package now supports three modes OPRF, VOPRF and POPRF.

Also adds a package for DLEQ proofs, which can be of particular interest.

Closes #317