Crate ps_ecc

Crate ps_ecc 

Source

Structs§

Codeword
ReedSolomon

Enums§

Cow
DecodeError
EccError
EncodeError
GFError
LongEccConstructorError
LongEccDecodeError
LongEccEncodeError
LongEccToBytesError
PolynomialError
RSComputeErrorsError
RSConstructorError
RSDecodeError
RSEncodeError
RSEuclideanError
RSGenerateParityError
RSValidationError

Functions§

decode
Verifies the error-correcting code and returns the message.
encode
Encodes a message by adding an error-correcting code.
validate
Validates that a received codeword isn’t corrupted.