kc3-lang/libtommath/bn_mp_reduce_2k_setup_l.c

Branch :


Log

Author Commit Date CI Message
4534056c 2019-05-13 00:22:18 use enums mp_err, mp_ord, mp_bool, mp_sign * MP_USE_ENUMS enables enums * Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined * 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined
ff561404 2019-04-07 15:29:11 shorter headers
70a30ae7 2019-04-07 02:29:28 remove footers
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
9034e712 2018-05-02 21:43:17 Do not use installed headers for building
42970eb4 2018-04-11 13:46:35 Fix build on Solaris by using LBL_ERR instead of ERR libtommath won't build on Solaris 11.3 with a goto statement named `ERR`. Use LBL_ERR instead so it doesn't conflict.
f51249b6 2018-02-02 12:07:21 clean-up file headers
f674018a 2017-09-20 16:59:43 constify remaining functions
15681f9a 2017-08-30 05:51:11 trim trailing spaces
6f212942 2017-08-28 16:27:26 replace SVN tags