1 Star 1 Fork 1

qqqwww123aaa/libOTe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.py 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Rindal 提交于 2021-10-13 22:56 . new dep managment
import os
import sys
import cryptoTools.build
def replace(argv, find, rep):
return cryptoTools.build.replace(argv, find, rep)
if __name__ == "__main__":
argv = sys.argv
replace(argv, "--bitpolymul", "-DENABLE_SILENTOT=ON")
replace(argv, "--all", "-DENABLE_BITPOLYMUL=ON -DENABLE_SODIUM=ON -DENABLE_ALL_OT=ON")
cryptoTools.build.main("libOTe", argv[1:])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qqqwww123aaa/libOTe.git
git@gitee.com:qqqwww123aaa/libOTe.git
qqqwww123aaa
libOTe
libOTe
master

搜索帮助