exponentiation
英
美
n. 取幂,求幂,乘方
英英释义
noun
- the process of raising a quantity to some assigned power
双语例句
- Notice how here the fact that we added exponentiation to the system has been done in effectively six lines of code with zero surface change to the rest of the Calc class.
注意,这里我们只使用6行代码就有效地向系统添加了求幂运算,同时没有对Calc类进行任何表面更改。 - The algorithm is useful to speed up the operation for some cryptographic protocols based on multiple exponentiation.
此算法对基于多重取幂密码协议的快速运作是很有效用的。 - A new fast dynamic combined modular exponentiation multiplication is presented.
提出了一种新的动态组合RSA算法。 - Modular exponentiation of larger-number has universal application in cryptography, and it is the base operation in most public-key cryptography algorithms.
大数模幂在密码学领域有广泛的应用,它是公钥密码的基础。 - In this case, the exponentiation operator is another form of binary operator so the existing BinaryOp case class serves.
在本例中,求幂运算符是另一种形式的二进制运算符,所以使用现有BinaryOpcase类就可以。 - 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的效率,具有一定的实用价值。 - It is shown by time complexity that the new algorithm obtains the speed improvement of encryption and decryption compared with the modular exponentiation by the repeated squaring method.
文章给出一种新的RSA的快速算法,结合模n和底数a对指数m动态地取最优的幂后进行模幂乘运算,时间复杂性分析表明新算法可以减少加密和解密的计算量。 - This paper introduced a method called "sliding-window" used in multiple-precision integer exponentiation arithmetic, and studied its application combined with Montgomery reduction, and how to calculate the "window size" related to the bits of the multiple-precision integer.
介绍了多精度整数求幂运算中的“滑动窗口”算法,并结合Montgomery约简算法,对“滑动窗口”算法进行了应用研究,分析了根据多精度整数的位数来确定相应的窗口大小。 - The window method is used to significantly reduce the number of modular multiplications needed for completing the modular exponentiation.
在设计中还采用了窗口法减少模幂运算过程中所需进行的模乘运算次数,大大提高了处理速度。 - Modular exponentiation is the most common fundamental and time consuming operation in RSA public-key cryptosystems.
模幂运算是RSA公钥密码算法中最基本也是最耗时的运算。