Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| be7ee4d0 | 2019-05-11 16:11:26 | Merge pull request #238 from fperrad/20190508_macros new macros | ||
| 7d4e8363 | 2019-05-08 19:43:21 | refactor with new private macro MP_MAXFAST | ||
| 556219aa | 2019-05-09 22:07:13 | refactor with new private macro MP_SIZEOF_BITS CHAR_BIT is no longer directly used | ||
| 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 |