kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
cc3be565 2019-05-09 09:31:49 Merge pull request #246 from libtom/error-string add MP_ERR to mp_error_to_string
53c30fff 2019-05-09 04:16:24 add MP_ERR to mp_error_to_string
be11f12b 2019-05-08 17:16:12 Merge pull request #236 from libtom/custom-rand-source support custom random data source via mp_rand_source
56fb5e4a 2019-05-08 15:17:37 mp_rand_source(NULL) sets to platform random source
9e28ef9f 2019-05-08 15:14:50 mp_rand: use #else after arcrandom
2a0021a4 2019-05-08 14:57:04 mp_rand: remove superflous mp_clamp
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
f0f75186 2019-05-07 17:24:51 set std=c89 we cannot set it together with -Wsystem-headers since the system headers are usually not c89 but c99
50fe11bf 2019-05-07 16:34:19 fix help-output of tune program [skip ci]
f4d8b463 2019-05-07 16:33:44 Merge pull request #235 from libtom/tune-fixes Tune fixes