Python library that serves as an API for common cryptographic primitives used to implement OPRF, OT, and PSI protocols.
-
Updated
May 8, 2024 - Python
Python library that serves as an API for common cryptographic primitives used to implement OPRF, OT, and PSI protocols.
Oblivious pseudo-random function (OPRF) protocol functionality implementations based on Curve25519 primitives, including both pure-Python and libsodium-based variants.
OPRF and VOPRF using ristretto255-SHA512
Easy-to-deploy oblivious pseudo-random function (OPRF) service that allows other parties (typically participants in some secure multi-party computation protocol) to obtain a persistent mask which they cannot decrypt but which they can safely apply (via requests to the service) to private data values of their choice.
Add a description, image, and links to the oprf topic page so that developers can more easily learn about it.
To associate your repository with the oprf topic, visit your repo's landing page and select "manage topics."