Slide 17
Slide 17 text
Blind Signatures (RSA)
Public (N, e) and private d
N = p*q and d = 1/e mod (N)
Generate a signature S by
S = Md mod N
Verify it by checking that
Se == M mod N
(Md)e = M(1/e)*e = M1 = M mod N
N is the modulus, product of two primes,
e is the public exponent, d is its inverse,
is magic, do not let it sense fear