kc3-lang/libtommath/bn_mp_to_radix.c

Branch :


Log

Author Commit Date CI Message
fe2f91a1 2019-10-09 20:22:11 to_sbin/to_ubin/pack: don't write anything in case of buffer overflow
6e3dae56 2019-10-08 21:47:57 add MP_BUF error
b2d29b43 2019-10-07 19:22:46 explicit operator precedence
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"
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