paritytech / reed-solomon-novelpoly

Novel polynomial basis for a reed solomon encoder
30 stars 6 forks source link

add reconstruction from systematic chunks #36

Closed alindima closed 10 months ago

burdges commented 10 months ago

It worth noting somewhere that both this and the full decoding can return data with some extra zeros, but that they behave the same.

burdges commented 10 months ago

cc @drahnr

alindima commented 10 months ago

It worth noting somewhere that both this and the full decoding can return data with some extra zeros, but that they behave the same.

I added that bit to the doc comments of the functions