Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 556219aa | 2019-05-09 22:07:13 | refactor with new private macro MP_SIZEOF_BITS CHAR_BIT is no longer directly used | ||
| 290c28c1 | 2019-05-07 09:49:26 | deprecate PRIME_SIZE in favor of MP_PRIME_SIZE | ||
| e45f75fd | 2019-04-13 08:46:57 | deprecate DIGIT_BIT, use MP_DIGIT_BIT | ||
| c4fb2241 | 2019-04-09 11:08:26 | rename macros in tommath_private to use MP_* prefix | ||
| ff561404 | 2019-04-07 15:29:11 | shorter headers | ||
| 70a30ae7 | 2019-04-07 02:29:28 | remove footers | ||
| 5da4e0ac | 2019-04-04 23:06:00 | remove unnecessary size_t casts, fix Wconversion/Wsign-conversion issues Wconversion and Wsign-conversion is still not activated by default, since there are many issues in demo.c. | ||
| 6608eea9 | 2019-03-23 19:45:32 | bugfix in final fips loop II: alternative version | ||
| 7ecd1ad4 | 2019-03-23 18:50:14 | bugfix in final fips loop II | ||
| 9771308d | 2019-03-23 18:36:47 | bugfix in final fips loop |