exponentiation
英
美
n. 取幂,求幂,乘方
英英释义
noun
- the process of raising a quantity to some assigned power
双语例句
- First, computers have circuits for performing arithmetic operations, such as: addition, subtraction, division, multiplication and exponentiation.
第一,计算机具有进行加、、、及取幂等各种算术运算的电路。 - The research of this paper has using value, improving the processing of encryption and decryption by fast implementation of modular exponentiation and modular multiplication algorithm.
RSA算法的快速实现是现代密码学研究的方向之一,本文研究表明通过改进公钥密码体制中的模幂乘算法,可以进一步提高RSA的效率,具有一定的实用价值。 - In this case, the exponentiation operator is another form of binary operator so the existing BinaryOp case class serves.
在本例中,求幂运算符是另一种形式的二进制运算符,所以使用现有BinaryOpcase类就可以。 - A hardware design for modular exponentiation of big number
一种大数模幂的硬件实现设计 - Modular exponentiation is the most common fundamental and time consuming operation in RSA public-key cryptosystems.
模幂运算是RSA公钥密码算法中最基本也是最耗时的运算。 - First countermeasures for the exponentiation computation of RSA cryptographic algorithm were summarized.
综述了RSA密码算法中模幂运算的主要攻击方法及其防御措施。 - If we use exponentiation to encrypt or decrypt, the adversary can use logarithm to attack.
如果我们运用求幂运算来加密和解密,对手就可以运用对数进行攻击。 - The paper discusses how to improve the algorithms of the exponentiation calculation and the modular calculation to increase the calculation speed of RSA.
文章就如何改进大数乘幂算法和取余算法以提高RSA算法的运算速度进行了探讨。 - Modular exponentiation of larger-number has universal application in cryptography, and it is the base operation in most public-key cryptography algorithms.
大数模幂在密码学领域有广泛的应用,它是公钥密码的基础。 - To transform the Modular Exponentiation into multiple Modular Multiplication by a series of mathematical derivation.
通过一系列数学变换,将模幂运算变换成多次模乘运算。