El Gamal
•El Gamal algorithm can also be used (with a smallchange) in signing messages•As in the encryption scheme, the public key will be a y = g
x
mod p, together with g and p•To sign a message:
– Bob first chooses a random number k relative prime to p-1 – Bob computes a = g
k
mod p – Bob can solve the equation M = x*a + k*b (mod p-1)for b. – The signature is the pair a and b
Leave a Comment