Changes between Initial Version and Version 1 of Ticket #20177
- Timestamp:
- Mar 8, 2016, 12:13:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20177 – Description
initial v1 2 2 3 3 I also noticed that the nature of the input code of GRS decoders is never checked: one can perform the following: 4 5 ``` 4 {{{ 6 5 C = codes.RandomLinearCode(10, 4, GF(7)) 7 6 D = codes.decoders.GRSGaoDecoder(C) 8 ``` 7 }}} 9 8 10 9 and actually construct the decoder... Whose decoding methods will utterly fail with a terrible error message!