摘要: 我们先来简短认识一下Paillier同态加密算法: 如果就这么按照定义来用最简朴的c++程序写 就像这样: #include <iostream> #include <math.h> #include <stdlib.h> #include <time.h> #include<cmath> #def 阅读全文
posted @ 2020-09-11 21:35 然终酒肆 阅读(6335) 评论(0) 推荐(1)