Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 345173a3 | 2019-05-24 11:27:42 | make it possible to run etc/tune_it.sh from wherever you want | ||
| 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 | ||
| 50fe11bf | 2019-05-07 16:34:19 | fix help-output of tune program [skip ci] | ||
| e0e8c3d5 | 2019-05-07 12:35:55 | just use one .gitignore for simplicity | ||
| e8ff3429 | 2019-05-07 11:55:43 | cleanup make output | ||
| 4f5334e4 | 2019-05-07 11:50:58 | etc/tune.c: add missing break | ||
| a7fcb6f5 | 2019-05-06 22:38:16 | update etc/tune_it.sh after merging #231 | ||
| db76bed2 | 2019-05-04 18:57:07 | added autotuning functionality for the Toom-Cook cut-offs | ||
| e45f75fd | 2019-04-13 08:46:57 | deprecate DIGIT_BIT, use MP_DIGIT_BIT |