Optimal asymmetric encryption padding: Difference between revisions

Content deleted Content added
Ozga (talk | contribs)
Ozga (talk | contribs)
Line 31:
# The output is X || Y where X is shown in the diagram as the leftmost block and Y as the rightmost block.
# Then X = m00..0 ⊕ G(r)and Y = r ⊕ H(X)
# To decode, recover the random string as r = yY ⊕ H(X) then the message as m00..0 = X ⊕ G(r)
 
==References==