kc3-lang/libtommath/bn_mp_prime_strong_lucas_selfridge.c

Branch :


Log

Author Commit Date CI Message
thodg 008f3602 2025-11-01 13:55:05 ws
3dd542f2 2019-10-14 23:05:56 Changed macro 'LTM_USE_FIPS_ONLY' to 'LTM_USE_ONLY_MR'
06ff695b 2019-09-04 08:40:39 goto without block
1803417e 2019-06-12 01:58:03 removed obsolete code
3e15a3ff 2019-05-26 08:33:49 literal suffix
0a9f5e9b 2019-05-24 10:21:54 use u32 i64 suffix
b58c9966 2019-05-23 23:39:47 use int32 and uint32 instead of sint and uint
3289c959 2019-05-20 10:41:06 introduce various mp_set_sint/mp_set_uint functions with precise types
8b2daf78 2019-05-19 17:16:13 always use varname err with mp_err
f55f0a9e 2019-05-18 09:28:33 fix some usages of enum types
a8239c24 2019-05-13 11:32:42 deprecate mp_get_bit The return type of mp_get_bit was imprecise (either mp_err or mp_bool), therefore this function is deprecated in favor of s_mp_get_bit for now. If we need s_mp_get_bit to be public, we should add it under a different name. However since mp_set_bit is not available, I don't think there any downstream users (ab)using mp_int as bitsets.
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
7365442a 2019-05-10 23:59:46 No grow necessary in mp_set_int* functions * mp_set_int* always return MP_OKAY * remove return checks for mp_set_int* * introduce MP_MIN_PREC
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
b879bd49 2018-12-31 12:15:44 refactor with new macros IS_*
a428a6d5 2018-12-30 22:11:55 reg. #143 corrected translation of mpz_fdiv_q_2exp
d65b6f40 2018-12-30 22:09:12 reg. #143 corrected translation of mpz_fdiv_q_2exp
af29c519 2018-12-30 22:05:36 reg. #143 corrected translation of mpz_fdiv_q_2exp
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
0f53ceb4 2018-12-26 08:47:47 improve indentation
5d090112 2018-12-26 08:33:43 explicit operator precedence
8e766912 2018-12-26 08:24:49 explicit condition
7a9cb1d1 2018-12-26 08:21:51 literal suffix
8dceba2e 2018-12-26 08:06:23 remove useless initialization
3ed52404 2018-12-25 15:15:30 `make astyle` + some manual adjustments
a79a7eda 2018-12-25 14:04:02 reverse order of arguments to `mp_clear_multi()`
09133c93 2018-12-12 00:18:22 additional bugfixes
3ec93dab 2018-12-12 00:14:05 bugfix in bn_mp_kronecker.c, cleanup and formatting in div. files
f4449362 2018-05-26 01:39:03 fixes for MP_8BIT and mx32, prefinal design
08cee432 2018-05-21 22:54:55 Moved mp_mul_si() into bn_mp_prime_strong_lucas_selfridge.c as a local function
934dd317 2018-05-21 22:17:48 changes and bigfixes, see pull-request #113 at https://github.com/libtom/libtommath/pull/113 for details
06c8f3ec 2018-05-07 02:37:08 replaced mp_set_int with mp_set_long, just in case
6ee0829d 2018-05-05 15:07:22 bugfix in bn_mp_mul_si. Ouch! strong Lucas_selfridge test switched back on
fdaad99b 2018-05-04 15:15:13 make it compile with MP_8BIT
44ccca75 2018-05-04 00:01:45 the lost files from the last commit