Theory of Cryptography Library: Record 98-07


Fast Batch Verification for Modular Exponentiation and Digital Signatures

Mihir Bellare, Juan A. Garay, and Tal Rabin

Abstract: Many tasks in cryptography (e.g., digital signature verification) call for verification of a basic operation like modular exponentiation in some group: given (g,x,y) check that g^x=y. This is typically done by re-computing g^x and checking we get y. We would like to do it differently, and faster.

The approach we use is batching. Focusing first on the basic modular exponentiation operation, we provide some probabilistic batch verifiers, or tests, that verify a sequence of modular exponentiations significantly faster than the naive re-computation method. This yields speedups for several verification tasks that involve modular exponentiations.

Focusing specifically on digital signatures, we then suggest a weaker notion of (batch) verification which we call ``screening.'' It seems useful for many usages of signatures, and has the advantage that it can be done very fast; in particular, we show how to screen a sequence of RSA signatures at the cost of one RSA verification plus hashing.

Keywords: Modular exponentiation, digital signatures, verification, RSA, DSS, batching, program checking.

comment: Received March 8, 1998.

contact author: mihir@cs.ucsd.edu


Fetch PostScript file of the full paper.


Back to the library's main page or to the list of 1998.