Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 71d1b7b9 | 2019-09-08 23:29:44 | make mp_to_radix return the count of characters of the converted number | ||
| a402b462 | 2019-05-29 12:23:08 | refactor with goto | ||
| 6cd570d0 | 2019-09-02 17:52:36 | use `mp_to_radix` etc. | ||
| 8d73e158 | 2019-05-18 12:37:54 | literal suffix | ||
| 4534056c | 2019-05-13 00:22:18 | use enums mp_err, mp_ord, mp_bool, mp_sign * MP_USE_ENUMS enables enums * Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined * 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined | ||
| dd4863ab | 2019-05-12 16:05:53 | use fwrite instead of fputc | ||
| 61d9e528 | 2019-05-11 10:22:20 | hardening: add MP_ZERO_BUFFER, MP_ZERO_DIGITS * (!) Always zero buffer before freeing if MP_NO_ZERO_ON_FREE is not defined * Add MP_NO_ZERO_ON_FREE to disable hardening * Add MP_ZERO_BUFFER, MP_ZERO_DIGITS, MP_FREE_BUFFFER, MP_FREE_DIGITS * Never use MP_FREE directly, use MP_FREE_DIGITS or MP_FREE_BUFFER * Add MP_USE_MEMSET to use memset instead of loop * Disable astyle backups which are annonying in the times of git | ||
| 80f5fac5 | 2019-04-26 12:35:39 | rename LTM_NO_FILE to MP_NO_FILE | ||
| 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 |