Record(4)1、ElGamal 加密1、生成随机大素数进度:完成
常用办法:伪素数生成,Miller Rabin素性检测
参考文章:Miller-Rabin素数测试算法Elgamal 加密算法快速幂取模算法
实现:
int Ps
2021-10-17