# simplest-ot **Repository Path**: secretflow/simplest-ot ## Basic Information - **Project Name**: simplest-ot - **Description**: 隐语simplest-ot分支mirror - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-06-24 - **Last Updated**: 2024-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.