From 1e129bf61e8950c2cab885a295f0bc9b218ed215 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sat, 14 Jun 2014 18:17:47 +0200 Subject: [PATCH] demo/test: enable montogomery and prime tests per default --- demo/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/test.c b/demo/test.c index 3d81d87..596f7bd 100644 --- a/demo/test.c +++ b/demo/test.c @@ -159,7 +159,6 @@ int main(void) printf("Testing read_radix\n"); fp_read_radix(&a, "123456789012345678901234567890", 16); draw(&a); -#if 0 /* test mont */ printf("Montgomery test #1\n"); fp_set(&a, 0x1234567ULL); @@ -217,7 +216,6 @@ int main(void) } } printf("\n\n"); -#endif #ifdef TESTING goto testing;