kc3-lang/libtommath/bn_mp_incr.c

Branch :


Log

Author Commit Date CI Message
fd68b652 2019-05-19 15:32:46 refactor without err initialization
8b2daf78 2019-05-19 17:16:13 always use varname err with mp_err
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
c4fb2241 2019-04-09 11:08:26 rename macros in tommath_private to use MP_* prefix
fb3eec20 2019-04-04 19:11:35 final else after a chain of if/else if
ff561404 2019-04-07 15:29:11 shorter headers
70a30ae7 2019-04-07 02:29:28 remove footers
6f5df266 2019-04-06 17:40:46 fix file headers & footers
1af68f47 2019-04-03 21:14:03 soothe compiler
769218cc 2019-04-03 18:59:09 additional functions mp_incr and mp_decr