constantine/tests
Mamy André-Ratsimbazafy 6694023f16
Revert "Use cmov name instead of mux to be in line with IETF spec on Hash to curve and Verifiable Random Functions"
This reverts commit 56177c0cfe.
cmov will be the high-level name (similar to Milagro and Hash_to_curve draft) and mux will be the low-level one
2020-02-16 22:13:54 +01:00
..
generators Add modular reduce / bigint mod from 2 arbitrarily size bigint 2020-02-09 18:17:32 +01:00
test_bigints.nim Update IO: dumpHex -> toHex dumpRawUint -> serializeRawUint 2020-02-12 21:57:39 +01:00
test_bigints.nim.cfg Refactoring, optimize code-size: use type-erased views to avoid monomorphization of compute kernels 2020-02-10 18:16:34 +01:00
test_bigints_multimod.nim Update IO: dumpHex -> toHex dumpRawUint -> serializeRawUint 2020-02-12 21:57:39 +01:00
test_bigints_multimod.nim.cfg Fix extended prec multiplication carry. Passing modulo tests against medium BigInt (192~256 bits) 2020-02-10 22:19:47 +01:00
test_bigints_vs_gmp.nim Update IO: dumpHex -> toHex dumpRawUint -> serializeRawUint 2020-02-12 21:57:39 +01:00
test_finite_fields.nim Fix bug in redc: use montgomery mul for now. Add NIST P256 curve 2020-02-16 18:59:10 +01:00
test_finite_fields.nim.cfg Fix curve parser, implement smoke test for finite field 2020-02-12 23:57:51 +01:00
test_finite_fields_vs_gmp.nim Now passing finite field test vs GMP 2020-02-16 19:08:19 +01:00
test_io_bigints.nim rename io tests ti io bigints 2020-02-16 11:29:27 +01:00
test_io_fields.nim Now passing finite field test vs GMP 2020-02-16 19:08:19 +01:00
test_io_fields.nim.cfg Now passing finite field test vs GMP 2020-02-16 19:08:19 +01:00
test_primitives.nim Revert "Use cmov name instead of mux to be in line with IETF spec on Hash to curve and Verifiable Random Functions" 2020-02-16 22:13:54 +01:00