Skip to content

The Reed-Solomon decoder fails silently #2

@fblomqvi

Description

@fblomqvi

As the new tests (53accab) for the RS encoder/decoder show, the decoder sometimes fails silently.

A silent failure means that the decoder announces success but does not return a valid codeword. This is incorrect behaviour. This issue is only encountered when exceeding the error correction capacity, i.e., 2 * #errors + #erasures < minimum_distance. The decoder cannot guarantee correct decoding beyond the error correction capacity. However, the decoder should announce failure whenever it cannot decode the received word to a valid codeword.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions