GRS constr. fails if not given column multipliers

Issue #20 resolved
Johan Rosenkilde created an issue
F = GF(59)
n, k = 40, 12
C = GeneralizedReedSolomonCode(F, n, k, F.list()[:n])
<Boom>

Comments (4)

  1. Log in to comment