Parallel modular exponentiation using load balancing without precomputation

  • Authors:
  • Pedro Lara;Fábio Borges;Renato Portugal;Nadia Nedjah

  • Affiliations:
  • National Laboratory for Scientific Computing, Petrópolis, RJ, 25651-075, Brazil;National Laboratory for Scientific Computing, Petrópolis, RJ, 25651-075, Brazil;National Laboratory for Scientific Computing, Petrópolis, RJ, 25651-075, Brazil;Faculty of Engineering, State University of Rio de Janeiro, Rio de Janeiro, RJ, 20550-900, Brazil

  • Venue:
  • Journal of Computer and System Sciences
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

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.