Content deleted Content added
Added a diagram |
|||
Line 27:
# messages are padded with k1 zeros to be n-k0 bits in length
# r is a random k0 bit string
# G is a
# H is a
# The output is X || Y where X is shown in the diagram as the leftmost
# 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==
|