kc3-lang/libtommath/bn_mp_mul.c

Branch :


Log

Author Commit Date CI Message
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
e09a5c99 2019-04-09 11:10:57 remove s_mp_mul which is only used once
c4fb2241 2019-04-09 11:08:26 rename macros in tommath_private to use MP_* prefix
42193f89 2019-04-09 20:26:08 explicit operator precedence
27ca25cb 2019-04-06 18:55:43 added multiplcation balancing for the Toom-Cook algorithms
ff561404 2019-04-07 15:29:11 shorter headers
70a30ae7 2019-04-07 02:29:28 remove footers
5da4e0ac 2019-04-04 23:06:00 remove unnecessary size_t casts, fix Wconversion/Wsign-conversion issues Wconversion and Wsign-conversion is still not activated by default, since there are many issues in demo.c.