Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cb1b2dc8 | 2019-10-15 14:04:32 | mp_log_u32: return uint32_t | ||
| c9d41fba | 2019-10-15 10:40:40 | rename mp_ilogb() to mp_log_u32() | ||
| 049e2e85 | 2019-10-15 14:02:22 | add back missing symbols | ||
| fe2f91a1 | 2019-10-09 20:22:11 | to_sbin/to_ubin/pack: don't write anything in case of buffer overflow | ||
| b6813a41 | 2019-09-27 03:40:08 | replace mp_export/import by mp_pack/unpack | ||
| d68e2877 | 2019-10-02 05:47:04 | bugfix for an edgecase | ||
| abdb0334 | 2019-09-25 00:29:19 | Refactored functions to read and write binaries and added "maxlen" | ||
| 702e5391 | 2019-09-06 10:22:45 | add function pointers to tommath_class.h | ||
| 49abba09 | 2019-09-02 18:32:33 | refactor with mp_init_multi | ||
| f0e6ae59 | 2019-09-02 14:36:06 | add `mp_to_radix()` ...a 100% copy&paste of `mp_toradix_n()` besides the changed API signature |