Parallel modular exponentiation using load balancing without precomputation

作者:

Highlights:

摘要

The modular exponentiation operation of the current algorithms for asymmetric cryptography is the most expensive part in terms of computational cost. The RSA algorithm, for example, uses the modular exponentiation algorithm in encryption and decryption procedure. Thus, the overall performance of those asymmetric cryptosystems depends heavily on the performance of the specific algorithm used for modular exponentiation. This work proposes new parallel algorithms to perform this arithmetical operation and determines the optimal number of processors that yields the greatest speedup. The optimal number is obtained by balancing the processing load evenly among the processors. Practical implementations are also performed to evaluate the theoretical proposals.

论文关键词:Modular exponentiation,Load balancing,Cryptography

论文评审过程:Received 19 October 2010, Revised 25 July 2011, Accepted 28 July 2011, Available online 11 August 2011.

论文官网地址:https://doi.org/10.1016/j.jcss.2011.07.002