Go to file
Jun FENG bc121d885d
simplist-ot beta version (#4)
2022-07-02 15:54:24 +08:00
simplest_ot_portable simplist-ot beta version (#4) 2022-07-02 15:54:24 +08:00
simplest_ot_x86_asm simplist-ot beta version (#4) 2022-07-02 15:54:24 +08:00
.clang-format simplist-ot beta version (#4) 2022-07-02 15:54:24 +08:00
.gitignore Init commit (#1) 2022-04-19 11:53:44 +08:00
BUILD simplist-ot beta version (#4) 2022-07-02 15:54:24 +08:00
LEGAL.md Init commit (#1) 2022-04-19 11:53:44 +08:00
LICENSE Create LICENSE 2022-04-19 10:47:51 +08:00
README.md simplist-ot beta version (#4) 2022-07-02 15:54:24 +08:00
WORKSPACE Init commit (#1) 2022-04-19 11:53:44 +08:00
reformat-all.sh simplist-ot beta version (#4) 2022-07-02 15:54:24 +08:00

README.md

About

This repo contains two implementations of Simplest Oblivious Transfer Protocol, described in a paper by Tung Chou and Claudio Orlandi and available at https://eprint.iacr.org/2015/267.

The X86_64 assembly version from https://users-cs.au.dk/orlandi/simpleOT/ and a portable C version from https://github.com/dkales/SimplestOT_C. Both were added into this repo with bugfixes, compatibility improvements and bazel build support.