chiraag / gazelle_mpc

MIT License
65 stars 20 forks source link

Type of OT used? #8

Open dnat112 opened 2 years ago

dnat112 commented 2 years ago

Did you use regular (chosen) OT or correlated OT for the OT extension in your implementation? The code for IKNPSender::send seems to implement regular (chosen) OT, but also labels the OT extension files "cot_recv" and "cot_send", and "cot" is often used to represent correlated OT. cot_send.h also has a set_delta function and a block mDelta variable which I think are used with correlated OT, but the library never seems to use either of these.

Thanks!