Optimal asymmetric encryption padding: Difference between revisions

Content deleted Content added
Ozga (talk | contribs)
Ozga (talk | contribs)
m exlusive or entity
Line 30:
# H is a mask generation function from n - k0 bits to k0 bits.
# 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 = y +⊕ H(X) then the message as m00..0 = X +⊕ G(r)
 
==References==