* 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
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);
}