kc3-lang/libtommath/bn_mp_mul.c

Branch :


Log

Author Commit Date CI Message
b14c8e37 2019-09-02 18:23:32 explicit operator precedence
8c1b296e 2019-04-08 23:48:39 add feature detection macro MP_HAS
25ff85d2 2019-05-23 18:00:21 move cast inside macro
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
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
818d8fb7 2019-05-03 17:39:10 Rework handling of tunable cutoffs * In the default settings, a cutoff X can be modified at runtime by adjusting the corresponding X_CUTOFF variable. * Tunability of the library can be disabled at compile time by defining the MP_FIXED_CUTOFFS macro. * There is an additional file tommath_cutoffs.h, which defines the default cutoffs. These can be adjusted manually or by the autotuner.
e45f75fd 2019-04-13 08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
fbfcb661 2019-04-12 14:56:29 apply rename