.. |
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
|
Allow compile-time bigint serialization + terminology: serialize -> export
|
2020-02-18 12:36:42 +01:00 |
test_finite_fields.nim
|
Allow compile-time bigint serialization + terminology: serialize -> export
|
2020-02-18 12:36:42 +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_powinv.nim
|
Add modular inversion + test vs GMP
|
2020-02-22 19:50:24 +01:00 |
test_finite_fields_powinv.nim.cfg
|
Skeleton of modular exponentiation
|
2020-02-22 16:37:31 +01:00 |
test_finite_fields_vs_gmp.nim
|
Add modular inversion + test vs GMP
|
2020-02-22 19:50:24 +01:00 |
test_io_bigints.nim
|
Allow compile-time bigint serialization + terminology: serialize -> export
|
2020-02-18 12:36:42 +01:00 |
test_io_fields.nim
|
Allow compile-time bigint serialization + terminology: serialize -> export
|
2020-02-18 12:36:42 +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 |