Skip to content
Snippets Groups Projects
Commit af597e7c authored by Niels Möller's avatar Niels Möller
Browse files

Increased test count for ecc-mod-test.c.

parent 2fd0eb16
No related branches found
No related tags found
No related merge requests found
2013-02-27 Niels Möller <nisse@lysator.liu.se>
* testsuite/ecc-mod-test.c: Increased test count.
* ecc-384.c (ecc_384_modp): Fixed typo which broke carry handling
in the 64-bit version.
......
......@@ -9,7 +9,7 @@ ref_mod (mp_limb_t *rp, const mp_limb_t *ap, const mp_limb_t *mp, mp_size_t mn)
#define MAX_ECC_SIZE (1 + 521 / GMP_NUMB_BITS)
#define MAX_SIZE (2*MAX_ECC_SIZE)
#define COUNT 500
#define COUNT 50000
void
test_main (void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment