Guest User

Untitled

a guest
Feb 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. P1 = (P1.private, P1.public)
  2. ...
  3. PN = (PN.private, P1.public)
  4.  
  5. Cipher(X, P1.public, P2.public...PN.public) = X encrypted
  6. Decipher(X encrypted, P1.private) = X
  7. ...
  8. Decipher(X encrypted, PN.private) = X
Add Comment
Please, Sign In to add comment