cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.23k stars 136 forks source link

SimplestOT: 1-out-of-2 Oblivious Transfer #371

Closed zhdllwyc closed 1 year ago

zhdllwyc commented 1 year ago

Adds a 1-out-of-2 Oblivious transfer protocol. Implements the SimplestOT by Chou, Orlandi (https://eprint.iacr.org/2015/267.pdf , the 1 out of 2 OT case).

armfazh commented 1 year ago

Thanks @zhdllwyc for your contribution.