kc3-lang/libtommath/makefile

Branch :


Log

Author Commit Date CI Message
4bbe2cde 2019-10-15 10:42:48 fix build of demos
c9d41fba 2019-10-15 10:40:40 rename mp_ilogb() to mp_log_u32()
b6813a41 2019-09-27 03:40:08 replace mp_export/import by mp_pack/unpack
abdb0334 2019-09-25 00:29:19 Refactored functions to read and write binaries and added "maxlen"
f8d64c64 2019-09-10 16:05:27 create `mtest_opponent` instead of alt version of `test`
1687b152 2019-09-06 16:10:44 allow the user to override {C,L,LD}FLAGS
f38a65e6 2019-09-05 16:58:39 simplify some of the build rules
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