kmx git
login
register
kc3-lang
/
libtommath
/
bn_mp_isodd.c
bn_mp_isodd.c
Log
Author
Commit
Date
CI
Message
4534056c
2019-05-13T00: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-09T11:08:26
rename macros in tommath_private to use MP_* prefix
ff561404
2019-04-07T15:29:11
shorter headers
70a30ae7
2019-04-07T02:29:28
remove footers
6f5df266
2019-04-06T17:40:46
fix file headers & footers
6ce271c4
2018-12-28T09:41:54
mp_iseven & mp_isodd becomes C functions