exponentiation
英
美
n. 取幂,求幂,乘方
英英释义
noun
- the process of raising a quantity to some assigned power
双语例句
- 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动态地取最优的幂后进行模幂乘运算,时间复杂性分析表明新算法可以减少加密和解密的计算量。 - For example, let's add a new operator to the language, the^ operator, which will perform exponentiation; in other words, 2^ 2 is2 squared or4.
例如,我们向这种语言添加一个新的运算符,即^运算符,它将执行求幂运算;也就是说,2^2等于2的平方或4。 - The hardware architecture is made up of modular controller, modular exponentiation controller, data register, and modular multiplication operation units.
算法的硬件结构由模乘控制器、模幂控制器、数据寄存器和模乘运算单元构成。 - The modular exponentiation part of the design is based on the M-ary arithmetic, which can save times of calculation.
模幂部分基于M-ary算法,减少了所需模乘运算的次数。 - A hardware design for modular exponentiation of big number
一种大数模幂的硬件实现设计 - We designed a highly efficient proxy signature scheme. Compared with other scheme, it needs no modular exponentiation and pairing in the signing algorithm. Thus, it is suitable for the low end devices.
设计了一个高效的代理签名方案,和其他已提出的代理签名方案相比,它的签名算法没有计算量较重的模指数运算和配对运算,比较适合计算能力较弱的低端计算设备。 - Modular exponentiation of larger-number has universal application in cryptography, and it is the base operation in most public-key cryptography algorithms.
大数模幂在密码学领域有广泛的应用,它是公钥密码的基础。 - Modular exponentiation is the most common fundamental and time consuming operation in RSA public-key cryptosystems.
模幂运算是RSA公钥密码算法中最基本也是最耗时的运算。 - A concrete instance is presented in which the S-Box iteration is much less time-consuming than modular exponentiation.
给出一个实例,在该实例中S盒的迭代远远快于模指数计算。 - Implementation of SPA Resistant RSA Exponentiation Algorithm
抵御简单功耗分析的RSA模幂算法实现