nthparty / oblivious

Python library that serves as an API for common cryptographic primitives used to implement OPRF, OT, and PSI protocols.

Home Page:https://pypi.org/project/oblivious

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this library to implement oblivious transfer?

yxtj opened this issue · comments

Hi. I am looking for a library to implement the oblivious transfer.
The readme file says this library can be used to do so. But I do not know how to do it.
Is that possible to add some example code in the readme file or add an example folder with scripts implementing the OPRF, OT, and PSI?

This library is leveraged within a few other libraries for OT, OPRF, and PSI, which can be referenced as examples illustrating its use:

We hope the above examples help and are sufficient. Given the broad applicability of this library, we will avoid adding specific examples to this repository.