git clone https://github.com/osu-crypto/libOTe.git cd libOTe python build.py --all --boost --sodium The main executable with examples isfrontendand is located in the build directory, egout/build/linux/frontend/frontend, out/build/x64-Release/frontend/frontend.exedepending on the OS. ...
1、首先确保编译器已安装 (OTe是用C++写的) sudo apt-get install gcc g++ cmake -y 2 、克隆libOTe git clone --recursive https://github.com/osu-cryto/libOTe.git 3、 下载解压boost cd libOTe/cryptoTools/thirdparty/linux wget -c 'https://dl.bintray.com/boostorg/release/1.69.0/source/boost...
首先,libOte是非常知名的OTE库,而Silent OT可以说是目前OT的大热趋势。尽管可以用作者提供的build.py进行编译,但是我在ubuntu 20.04上使用build.py进行编译并安装后,在外部调用libOte却发生了段错误。最后,在Peter Rindal 教授的帮助下,我成功解决了问题。详细过程见此(github.com/osu-crypto/l)。在此处我附上外部调...