encryptogroup / OTExtension

C++ OT extension implementation
GNU Lesser General Public License v3.0
125 stars 35 forks source link

Using this as an OPRF #14

Closed sourabhmarathe closed 6 years ago

sourabhmarathe commented 6 years ago

I was wondering if it is possible to use this as a basis for creating an OPRF. Additionally, if it is possible, would I be able to create my own keys for a given sender/receiver? Also, would I be able to send any input to a given instance of the OPRF?

thomaschneider commented 6 years ago

You might want to consider this implementation of an OPRF based on OT extension: https://github.com/osu-crypto/BaRK-OPRF

—-

Am 20.01.2018 um 21:01 schrieb Sourabh notifications@github.com:

I was wondering if it is possible to use this as a basis for creating an OPRF. Additionally, if it is possible, would I be able to create my own keys for a given sender/receiver? Also, would I be able to send any input to a given instance of the OPRF?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

sourabhmarathe commented 6 years ago

Thanks for getting back. I'll check it out.