Module reed_solomon

Source
Expand description

Encoding and decoding of the (24, 12, 13) short, (24, 16, 9) medium, and (36, 20, 17) long Reed-Solomon codes described by P25.

These algorithms are sourced from Coding Theory and Cryptography: The Essentials, Hankerson, Hoffman, et al, 2000.

Modulesยง

long
Encoding and decoding of the (36, 20, 17) code.
medium
Encoding and decoding of the (24, 16, 9) code.
short
Encoding and decoding of the (24, 12, 13) code.