Merge pull request #8 from Jamie-Cui/main fix(build): drop non-existing object files from Makefile
Merge pull request #8 from Jamie-Cui/main
fix(build): drop non-existing object files from Makefile
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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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.