1) Modular Multiplication
模乘法运算
2) modular multiplication
模乘
1.
FPGA realization of normal basis modular multiplication in GF (2~(233));
GF(2~(233))域上正规基模乘算法的FPGA实现研究
2.
Design and Realization of Fast Modular Multiplication Based on Normal Basis of TypeⅡ;
Ⅱ类正规基快速模乘算法的设计与实现
3.
This paper analyzes the point multiplication in EC and educes the modular multiplication formula in GF(2m)for systolic implementation with partial-parallelism in MSB mode.
在分析EC上点乘操作的基础上,构造了MSB方式下局部并行线性systolic结构的模乘递推形式,设计了具体的单元结构,给出了性能分析和模拟比较结果。
3) Montgomery multiplication
Montgomery模乘
4) modular multiplier
模乘器
1.
The size and speed of the modular multiplier hinders the implementation of public key cryptography RSA applications for smart cards.
模乘器的面积过大和速度较慢是影响公钥密码体制 RSA在智能卡应用中的主要问题。
2.
A novel systolic array modular multiplier is presented based on the modified Montgomery algorithm which is ideally suitable for hardware-inplementation.
6um工艺下,模乘器VLSI实现共用9k个等效门,最高工作时钟频率可达100MHz,完成1024位Montgomery模乘约需4295个时钟周期。
3.
A new VLSI architecture of high-radix modular multiplier to compute RSA public-key cryptosystem using our modified Montgomery algorithm is proposed.
文中对Montgomery模乘算法进行了分析和改进 ,提出了一种新的适合于智能卡应用的高基模乘器结构 。
5) Montgomery modular multiplication
Montgomery模乘
1.
This paper presents several popular algorithms of producing large prime numbes,and gives a algorithm which bases on Miller-Rabin prime detection algorithm and modular exponentiation algorithm based on Montgomery Modular Multiplication algorithm to rapidly generate large prime numbers.
并给出了Miller-Rabin检测素数算法和基于Montgomery模乘算法的模幂算法快速生成大素数算法。
2.
Montgomery modular multiplication(MMM) plays a crucial role in the implementation of modular exponentiations of public-key cryptography.
在公钥密码实现中,Montgomery模乘扮演着非常重要的角色。
3.
Through a research on the property of Montgomery modular multiplication,the Pollard Phro、(P-1) and P+1 algorithms are modified respectively so that the classic modular multiplication can be replaced by Montgomery modular multiplication.
文章针对Montgomery模乘的特点,分别对Pollard Phro、P-1和P+1算法进行适当的改造,使得底层的经典模乘运算可以由Montgomery模乘来代替。
6) modular multiplication
模乘运算
1.
Novel systolic implementation of modular multiplication for large operands;
一种大数模乘运算的线性脉动阵列新结构
2.
The modular multiplication over finite field GF(2m) is the most fundamental operation in elliptic curve cryptography, and accelerating the modular multiplication is the key to improving the performances of ECC algorithms over GF(2m).
在椭圆曲线密码体制(ECC)中,有限域GF(2m)上模乘运算是最基本的运算,加速模乘运算是提高ECC算法性能的关键。
3.
With the help of word-based modular multiplication algorithm,the proposed multiplier is able to work with any precision of the input operands.
基于基为4的Montgomery模乘算法和改进的流水线组织结构,文章提出了一种结构优化的可扩展模乘运算器结构。
参考词条
MonPro模乘器
模乘算法
大数模乘
Montmoney模乘
Montgomery模乘算法
Montgomery 模乘运算
多项式模乘
模乘幂运算
Montgumery模乘算法
代数模乘运算
快速模乘算法
蒙哥马利模乘
模乘近似黑盒
大数模乘运算
种植与养护
跨导器
补充资料:模运算性质
模运算有下述性质:
(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
说明:补充资料仅用于学习参考,请勿用于其它任何用途。