Should implement faster ECC libraries. C/C++ fastest ECC libraries: * [FastECC](https://github.com/Bulat-Ziganshin/FastECC) - O(N*log(N)) * [catid's fecal](https://github.com/catid/fecal) (example of implementation in https://github.com/catid/siamese) * https://github.com/SianJhengLin/Fast-algorithms-of-Reed-Solomon-erasure-codes * https://github.com/Bulat-Ziganshin/FastECC/issues/4 * [Wirehair](https://github.com/catid/wirehair) - Fast O(N) LDPC algorithm Porting C to Python: * https://github.com/Bulat-Ziganshin/FastECC
Should implement faster ECC libraries.
C/C++ fastest ECC libraries:
Porting C to Python: