kc3-lang/libtommath/bn_mp_prime_is_prime.c

Branch :


Log

Author Commit Date CI Message
e45f75fd 2019-04-13 08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
c4fb2241 2019-04-09 11:08:26 rename macros in tommath_private to use MP_* prefix
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.
6608eea9 2019-03-23 19:45:32 bugfix in final fips loop II: alternative version
7ecd1ad4 2019-03-23 18:50:14 bugfix in final fips loop II
9771308d 2019-03-23 18:36:47 bugfix in final fips loop
b879bd49 2018-12-31 12:15:44 refactor with new macros IS_*
998b126f 2019-01-22 18:26:01 explicit operator precedence