Commit Graph

7 Commits

Author SHA1 Message Date
czurnieden
abdb033402 Refactored functions to read and write binaries and added "maxlen" 2019-10-06 03:38:16 +02:00
Francois Perrad
642ef5b08f 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
2019-09-07 19:07:17 +02:00
Francois Perrad
8cf0d3db85 literal suffix 2019-09-07 12:29:28 +02:00
Steffen Jaeckel
3c9046da0f fix mp_to_radix macro 2019-09-03 11:08:56 +02:00
Francois Perrad
a402b462e9 refactor with goto 2019-09-03 05:45:33 +02:00
Steffen Jaeckel
6927326a6a return error if output-buffer is too small 2019-09-02 18:25:44 +02:00
Steffen Jaeckel
f0e6ae59ab add mp_to_radix()
...a 100% copy&paste of `mp_toradix_n()` besides the changed API signature
2019-09-02 18:25:44 +02:00