From cbf217b15f66a73041e6fe1a108453efd0297d27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Fri, 30 Oct 2020 14:53:21 +0100 Subject: [PATCH] Delete testcase, it's invalid with 32-bit limbs. --- ChangeLog | 1 - testsuite/ecc-mod-test.c | 4 ---- 2 files changed, 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd534f00..cc5230c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,6 @@ * ecc-mod.c (ecc_mod): More unified handling of final carry folding. Also eliminates a goto statement. - * testsuite/ecc-mod-test.c (test_fixed): Add another test case * blowfish.c (blowfish_set_key): Add casts to uint32_t. Avoids undefined behavior, since shifting an 8-bit value left by 24 bits diff --git a/testsuite/ecc-mod-test.c b/testsuite/ecc-mod-test.c index d8c0e068..41933b6f 100644 --- a/testsuite/ecc-mod-test.c +++ b/testsuite/ecc-mod-test.c @@ -123,10 +123,6 @@ test_fixed (void) test_one ("p", &_nettle_secp_384r1.p, r); test_one ("q", &_nettle_secp_384r1.q, r); - /* Triggered a carry bug in development version. */ - mpz_set_str (r, "fffffffffffffffffffffffe00000fffffffffffffffffffffffffffe00000000000000000000000000000000000fffffffc000000000000000007ffffffffff", 16); - test_one ("p", &_nettle_secp_224r1.p, r); - mpz_clear (r); } -- 2.47.2