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.
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 aset_delta
function and ablock mDelta
variable which I think are used with correlated OT, but the library never seems to use either of these.Thanks!