kc3-lang/libtommath/bn_mp_sqr.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
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.
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
9034e712 2018-05-02 21:43:17 Do not use installed headers for building
f51249b6 2018-02-02 12:07:21 clean-up file headers
f1d6c887 2017-10-15 19:58:35 refactor cast