This library has a lib, tevone, implementing tevador's first efficient curve cycle. It used crypto-bigint's Residue type, which is at least an order of magnitude slower than tailored field arithmetic. It also completely ignores the fast reduction technique which is why this curve cycle was chosen in the first place.
We do need to confirm we want to use the first choice, which requires evaluation of #11 prior.
This library has a lib,
tevone
, implementing tevador's first efficient curve cycle. It used crypto-bigint's Residue type, which is at least an order of magnitude slower than tailored field arithmetic. It also completely ignores the fast reduction technique which is why this curve cycle was chosen in the first place.We do need to confirm we want to use the first choice, which requires evaluation of #11 prior.