Content deleted Content added
Line 31:
To encode,
# messages are padded with ''k''<sub>1</sub> zeros to be ''n'' − ''k''<sub>0</sub> bits in length.
# ''r'' is a random ''k''<sub>0</sub>
# ''G'' expands the ''k''<sub>0</sub> bits of ''r'' to ''n'' − ''k''<sub>0</sub> bits.
# ''X'' = ''m''00..0 ⊕ ''G''(''r'')
|