curves
curves copied to clipboard
Inconsistent tests and code bloat
Currently, the tests are extremely scattershot. This is detrimental to code maintainability.
We should try to refactor the tests to be more standardised (e.g. use test_rng() or XorshiftRng?), extract the common elements. Similar to what is done in algebra-bench and algebra/tests