0
4.0kviews
written 6.4 years ago by |
Digital signature standard (DSS)
DSS uses a digital signature algorithm (DSA) based on the EI gamal scheme with some ideas the schnorr sheme
Where, S1,S2: signatures
D: alices private key
R: random secret
M: message
(e1,e2,p,q): Alices public key
In signing process, two functions create two …