RSA 算法
公钥:e、n,私钥:d、n,加密:C=M^e % n,解密:M=C^d % n。其中:n=p*q(p和q为大质数),1<e<ϕ(n),gcd(...
阅读全文
admin
2024年08月04日
算法
,
区块链
|
0 评论
1 of 1
expand_less