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 | ||
| abdb0334 | 2019-09-25 00:29:19 | Refactored functions to read and write binaries and added "maxlen" | ||
| 6b0caef4 | 2019-09-09 15:55:45 | add message that MP-8BIT is deprecated | ||
| bbe268eb | 2019-09-03 10:53:40 | Fix deprecation messages and unnecessary includes | ||
| 684426b6 | 2019-09-02 14:40:10 | add new conversion macros | ||
| f0e6ae59 | 2019-09-02 14:36:06 | add `mp_to_radix()` ...a 100% copy&paste of `mp_toradix_n()` besides the changed API signature | ||
| 625defdc | 2019-05-31 11:31:53 | fix gcc version check for deprecations | ||
| ca89e9c0 | 2019-07-03 13:10:05 | rename mp_root/mp_expt to mp_*_u32 | ||
| 71696549 | 2019-05-29 20:36:18 | deprecate mp_expt_d and mp_n_root in favor of mp_expt and mp_root | ||
| 6c35dd7e | 2019-07-15 12:15:10 | Import stddef in tommath.h At least here (compiling for WebAssembly (`wasm32-unknown-unknown-wasm`), I need this, otherwise `size_t` is not available. |