文件名称:Simple-Example-of-Homomorphic-Encryption
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-25 03:22:31
C++
同态加密的简单示例 环境要求 所需的软件包如下: NTL == 11.4.3 HElib == 1.0.2 运行代码的示例 g++ -pthread -g -O2 -std=c++14 -march=native -DFHE_THREADS -DFHE_BOOT_THREADS -o main main.cpp -lhelib -lntl -lgmp -lm ./main
【文件预览】:
Simple-Example-of-Homomorphic-Encryption-main
----README.md(307B)
----main.cpp(5KB)