Closed drskalman closed 3 years ago
cc15288 takes care of most of it. though I'm getting this error:
error: unconstrained generic constant
--> reed-solomon-novelpoly/src/novel_poly_basis/mod.rs:193:46
|
193 | let mut error_poly_in_log = [Logarithm(0); F::FIELD_SIZE];
| ^^^^^^^^^^^^^
|
= help: try adding a `where` bound using this expression: `where [(); F::FIELD_SIZE]:`
@burdges could you help or I should give up and use a vector?
changed to vector for now cc1cf98 is basically implement what this issue asks for.
Now we are block by #12
Just making the code more object oriented.