kc3-lang/libtommath/bn_s_mp_exptmod_fast.c

Branch :


Log

Author Commit Date CI Message
06ff695b 2019-09-04 08:40:39 goto without block
8c1b296e 2019-04-08 23:48:39 add feature detection macro MP_HAS
25ff85d2 2019-05-23 18:00:21 move cast inside macro
e7f34c69 2019-05-23 17:50:58 literal suffix
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
7d4e8363 2019-05-08 19:43:21 refactor with new private macro MP_MAXFAST
556219aa 2019-05-09 22:07:13 refactor with new private macro MP_SIZEOF_BITS CHAR_BIT is no longer directly used
e45f75fd 2019-04-13 08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
fbfcb661 2019-04-12 14:56:29 apply rename