encryptogroup / OTExtension

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

Developing an application using OT #23

Closed deevashwer closed 5 years ago

deevashwer commented 6 years ago

It is not clear to me how I am supposed to use this library to build an application that requires Oblivious Transfers.
Is there any documentation or example code available?

dd23 commented 6 years ago

There is no dedicated documentation available, but as explained in the README, there is an example implementation in mains/otmain.cpp.