aicis / fresco

A FRamework for Efficient Secure COmputation
Other
136 stars 59 forks source link

Implement Base ROT #187

Closed n1v0lg closed 6 years ago

n1v0lg commented 6 years ago

Need an implementation of base random oblivious transfer protocol for instantiating random ot extensions.

jot2re commented 6 years ago

I will implement the Simplest protocol for OT by Chou and Orlandi. I will use a large prime field and not elliptic curves, using the 2017 version of Hauk and Loss

GuutBoy commented 6 years ago

@jot2re Great, not sure if you are aware, but there is an updated version of that protocol (https://eprint.iacr.org/2017/1011). If you haven't already, you should check it out as it fixes some flaws in the original protocol.

jot2re commented 6 years ago

Because of some things that were hard to get efficient realisations of in CC15 I implemented the Naor Pinkas OT instead.