0
1.2kviews
Write short note on Digital Signatures
1 Answer
written 6.5 years ago by | modified 6.4 years ago by |
Digital Signatures
Expected question: Suppose Bobby has got message M. private key sk1 and public key pk1 and Bob has got private key sk2 and publick key pk2. Bobby computes X=Esk1(M), Y=Epk1(H(M)) where E is encryption and H is hash. Now she sends this (x, Y) …