Hi, > > For now I'm running ecc-mul-a-test and ecc-mul-g-test in a loop without any > > errors. > > To make running in a loop useful, you need to add random seeding, see > ecc-mod-test.c for an example to how to do it, enabled by the > NETTLE_TEST_SEED environment variable. Used like > > while NETTLE_TEST_SEED=0 ./testsuite/ecc-mod-test ; do : ; done
I see that NETTLE_TEST_SEED is used only in ecc-mod-test (and rsa-compute-root-test). Other tests do gmp_rrandomb/urandomb unconditionally. > > Regards, > /Niels > > -- > Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. > Internet email is subject to wholesale government surveillance. -- With best wishes Dmitry _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
