Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 87292ed1 | 2019-04-09 12:19:40 | move mp_balance_mul to tommath_private.h | ||
| 35311aea | 2019-04-03 23:50:57 | added function mp_ilogb | ||
| 27ca25cb | 2019-04-06 18:55:43 | added multiplcation balancing for the Toom-Cook algorithms | ||
| 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. | ||
| 769218cc | 2019-04-03 18:59:09 | additional functions mp_incr and mp_decr | ||
| a3076677 | 2019-03-28 16:18:41 | previous commit removed a little bit too much | ||
| ef07da5b | 2019-03-28 16:13:37 | mp_min_u32 is not used anywhere anymore, so it can be removed | ||
| 8eb3bb28 | 2019-03-22 15:02:29 | do not include stdio.h if LTM_NO_FILE is defined stdio.h might not be available on constraint environments |