(V)OPRF : (Verifiable) Oblivious Pseudorandom Functions

May 9, 2025 ยท View on GitHub

VOPRF Go Reference codecov

Package voprf implements RFC9497 and provides Oblivious Pseudorandom Functions (OPRF) over Elliptic Curves, fully supporting the OPRF, VOPRF, and POPRF protocols.

It also offers Threshold-OPRF (TOPRF) for a distributed server setting, as defined in TOPPSS. You can use for https://github.com/bytemare/dkg for secure Distributed Key Generation (DKG) to use with this TOPRF.

Versioning

SemVer is used for versioning. For the versions available, see the tags on this repository.

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.