1) large number modular power multiplication operation
大数模幂乘运算
2) modular exponentiation
模幂乘运算
1.
Arming at the complicated large modular exponentiation of public-key cryptography and digital signature such as RSA, Elgamal and DSA, this paper has analyzed some algorithms for implementation large modular exponentiation.
针对 RSA、Elgamal、DSA等算法在进行数据加密或数字签名时都要进行复杂的大数模幂乘运算 ,本文分析了目前常用的几种大数模幂乘算法 ,并在此基础上提出了一种动态匹配快速算法 。
3) large module power multiplication
大数模幂运算
1.
Large module multiplication is the kernel of large module power multiplication in RSA.
在RSA算法中,大数模幂运算的核心是大数模乘运算。
5) large module multiplication
大数模乘运算
6) modular exponentiator
模乘幂运算器
补充资料:模运算性质
模运算有下述性质:
(1)若q|(a-b),则a≡b (mod q) 11 ≡4 (mod 7) 18 ≡ 4(mod 7)
(2)(a mod q)=(b mod q)意味a≡b mod q
(3) 对称性,a≡b mod q等价于b≡a mod q
(4)传递性,若a≡b mod q且b≡c mod q ,则a≡c mod q
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条