草庐IT

libOTe最新库配置(2022-09-08)

环境:ubuntu20.04第一步克隆libOte库gitclonehttps://github.com/osu-crypto/libOTe.git--recursive第二步安装cmake环境sudoaptinstallcmake因为cryptoTools库需要的cmake环境3.18以上,通过上方指令下载的cmake环境为3.16,在后面执行时无法完成解决方案:1.将cmake环境升级到3.18以上2.更改cmakelist.txt中的最低版本路径:cryptoTools/CMakeList.txt我这里改成了3.15第三步检查git环境这个版本和我原来出的那期教程不同,这里已经通过pyt

libOTe最新库配置(2022-09-08)

环境:ubuntu20.04第一步克隆libOte库gitclonehttps://github.com/osu-crypto/libOTe.git--recursive第二步安装cmake环境sudoaptinstallcmake因为cryptoTools库需要的cmake环境3.18以上,通过上方指令下载的cmake环境为3.16,在后面执行时无法完成解决方案:1.将cmake环境升级到3.18以上2.更改cmakelist.txt中的最低版本路径:cryptoTools/CMakeList.txt我这里改成了3.15第三步检查git环境这个版本和我原来出的那期教程不同,这里已经通过pyt