kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
17719ea6 2019-05-11 08:43:14 Merge pull request #249 from libtom/remove-artifacts remove some historical artifacts
483f66c6 2019-05-09 14:11:46 remove some historical artifacts * pretty.build: build system is already pretty baroque and we are not using this anywhere in CI etc. * rename.sh: only used for internal renaming. can be retrieved from git history if needed again. * tombc/grammer.txt: ?
0971e05c 2019-05-11 08:35:10 Merge pull request #242 from libtom/random-prime deprecate mp_prime_random_ex in favor of mp_prime_rand
0669e92e 2019-05-08 20:18:53 deprecate mp_prime_random_ex in favor of mp_prime_rand We can use the internal mp_rand generator now, since it generates numbers which are safe for crypto purposes.
d4c5fbf5 2019-05-11 00:40:59 Merge pull request #245 from libtom/deprecations deprecate old macros, deprecate mp_rand_digit
e05215a8 2019-05-09 04:06:12 deprecate old macros, deprecate mp_rand_digit
385d1a82 2019-05-09 14:44:19 Merge pull request #248 from libtom/test-mp_rand Test mp_rand
1a12486d 2019-05-08 21:08:16 add mp_rand test
eedf1624 2019-03-07 15:01:45 allow filtering of tests executed
cc3be565 2019-05-09 09:31:49 Merge pull request #246 from libtom/error-string add MP_ERR to mp_error_to_string