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

Increase test count for ecc-redc-test.

parent a6451ce5
No related branches found
No related tags found
No related merge requests found
2013-03-01 Niels Möller <nisse@lysator.liu.se>
* testsuite/ecc-redc-test.c: Increased test count.
* ecc-224.c: Check HAVE_NATIVE_ecc_224_modp, and use native
version if available.
......
......@@ -29,7 +29,7 @@ ref_redc (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 1000
#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