kc3-lang/libtommath/bn_deprecated.c

Branch :


Log

Author Commit Date CI Message
2fefcaa0 2019-10-15 14:21:30 copy implementation of mp_to_unsigned_bin_n() to mp_to_signed_bin_n()
049e2e85 2019-10-15 14:02:22 add back missing symbols
b6813a41 2019-09-27 03:40:08 replace mp_export/import by mp_pack/unpack
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"
f0e6ae59 2019-09-02 14:36:06 add `mp_to_radix()` ...a 100% copy&paste of `mp_toradix_n()` besides the changed API signature
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
0db64fc8 2019-07-03 14:45:14 Rename bn_get_magxx -> bn_get_mag_uxx. Documentation updated too
b3a4341a 2019-05-31 10:53:18 explicit operator precedence