constantine/tests
Mamy Ratsimbazafy c04721a04e
Refactor: Higher-Kinded Tower of Extension Fields (#25)
* Mention that the inverse of 0 is 0 (TODO tests)

* Introduce "Higher-Kinded tower extensions"

* rename isCOmplexExtension -> fromComplexExtension

* update benchmarks with the new tower scheme

* Try to recover some speed on mul/squaring for an optimal tower (but this was not it)
2020-04-14 02:05:42 +02:00
..
test_bigints.nim 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
test_bigints_multimod.nim 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
test_bigints_vs_gmp.nim 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
test_ec_weierstrass_projective_g1.nim Initial support for Elliptic Curve (#24) 2020-04-13 19:25:59 +02:00
test_finite_fields.nim 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
test_finite_fields.nim.cfg Expose the equality proc beyond the debugConstantine flag 2020-02-26 00:08:57 +01:00
test_finite_fields_mulsquare.nim Square roots (#22) 2020-04-11 23:53:21 +02:00
test_finite_fields_mulsquare.nim.cfg Add optimized squaring (~15% speedup) (#18) 2020-03-17 22:04:37 +01:00
test_finite_fields_powinv.nim Improve bn curve family support (#23) 2020-04-12 16:09:38 +02:00
test_finite_fields_powinv.nim.cfg Expose the equality proc beyond the debugConstantine flag 2020-02-26 00:08:57 +01:00
test_finite_fields_sqrt.nim Improve bn curve family support (#23) 2020-04-12 16:09:38 +02:00
test_finite_fields_sqrt.nim.cfg Square roots (#22) 2020-04-11 23:53:21 +02:00
test_finite_fields_vs_gmp.nim Properly distinguish between Nogami and Snark/Ethereum BN254 closes #19 2020-04-12 03:01:50 +02:00
test_fp2.nim Refactor: Higher-Kinded Tower of Extension Fields (#25) 2020-04-14 02:05:42 +02:00
test_fp6.nim Refactor: Higher-Kinded Tower of Extension Fields (#25) 2020-04-14 02:05:42 +02:00
test_fp12.nim Refactor: Higher-Kinded Tower of Extension Fields (#25) 2020-04-14 02:05:42 +02:00
test_io_bigints.nim 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
test_io_fields.nim 30% faster constant-time inversion 2020-03-20 23:03:52 +01:00
test_io_fields.nim.cfg Expose the equality proc beyond the debugConstantine flag 2020-02-26 00:08:57 +01:00
test_primitives.nim Internals refactor + renewed focus on perf (#17) 2020-03-16 16:33:51 +01:00