Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| abdb0334 | 2019-09-25 00:29:19 | Refactored functions to read and write binaries and added "maxlen" | ||
| 642ef5b0 | 2019-09-07 19:07:17 | fix mp_to_radix remove an assignment which could overwrite the one with MP_VAL caused by a conflict between 2 recent commits - refactor with goto - return error if output-buffer is too small | ||
| 8cf0d3db | 2019-09-07 12:28:26 | literal suffix | ||
| 3c9046da | 2019-09-03 10:59:54 | fix mp_to_radix macro | ||
| a402b462 | 2019-05-29 12:23:08 | refactor with goto | ||
| 6927326a | 2019-09-02 18:17:23 | return error if output-buffer is too small | ||
| f0e6ae59 | 2019-09-02 14:36:06 | add `mp_to_radix()` ...a 100% copy&paste of `mp_toradix_n()` besides the changed API signature |