Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
500d5b63
Commit
500d5b63
authored
Oct 03, 2014
by
Niels Möller
Browse files
Enable ecc-mul-g-test, also with mini-gmp.
parent
83aa4c60
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
500d5b63
...
...
@@ -3,6 +3,7 @@
* testsuite/ecc-redc-test.c [NETTLE_USE_MINI_GMP]: Enable test.
(test_main): Replace gmp_fprintf calls.
* testsuite/ecc-mul-a-test.c: Likewise.
* testsuite/ecc-mul-g-test.c: Likewise.
* testsuite/ecc-modinv-test.c [NETTLE_USE_MINI_GMP]: Enable test.
(ref_modinv): Use mpz_gcdext, instead of mpn_gcdext.
...
...
testsuite/ecc-mul-g-test.c
View file @
500d5b63
#include
"testutils.h"
#if NETTLE_USE_MINI_GMP
void
test_main
(
void
)
{
SKIP
();
}
#else
/* ! NETTLE_USE_MINI_GMP */
void
test_main
(
void
)
{
...
...
@@ -69,4 +61,3 @@ test_main (void)
mpz_clear
(
r
);
gmp_randclear
(
rands
);
}
#endif
/* ! NETTLE_USE_MINI_GMP */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment