fresco icon indicating copy to clipboard operation
fresco copied to clipboard

Refactor OT extension to allow semi-honest

Open jot2re opened this issue 6 years ago • 0 comments

Currently our OT extension implements the KOS15 protocol to achieve malicious security. However, by simply skipping the correlation check in RotReceiverImpl/RotSenderImpl yields a semi-honest OT extension similar to that of IKNNP03 ("Extending Oblivious Transfers Efficiently"). The task is to refactor this implementation in a sensible manner so that we will get access to both a malicious and semi-honest OT extension. Finally with this semi-honest OT in place, change the TinyTables implementation to have it use the semi-honest implementation rather than the malicious one.

jot2re avatar Nov 13 '18 09:11 jot2re