kc3-lang/libtommath/etc/tune.c

Branch :


Log

Author Commit Date CI Message
6caeaf29 2019-10-01 11:24:53 add registry
538a513e 2019-10-01 10:39:12 use MP_HAS()
8bd23b0c 2019-10-01 10:38:58 add get/set_cutoffs()
9a51b129 2019-10-01 10:37:30 exit instead of segfault
eca1a49b 2019-09-06 14:53:43 add `s_strtol()`
2b1c83bd 2019-09-06 14:02:38 refactor the 4 equal loops into a run function
d0c6a8d5 2019-09-06 13:47:28 put parameters into struct
bbe268eb 2019-09-03 10:53:40 Fix deprecation messages and unnecessary includes
2a2e2716 2019-05-12 11:33:17 move jenkins prng to bn_s_mp_rand_jenkins.c
9ddf1e58 2019-05-07 12:26:46 support custom random data source via mp_rand_source * deprecate MP_PRNG_ENABLE_LTM_RNG * custom mp_rand_source is used always if set, which should be more aligned with user expectations * use custom source in tune.c * don't call random number generator once per digit, which is slow