kc3-lang/libtommath/bn_mp_sqrtmod_prime.c

Branch :


Log

Author Commit Date CI Message
8a1656c0 2018-07-09 20:46:22 refactor with for
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
56e7a401 2019-05-13 02:46:11 deprecate mp_jacobi
91474f6e 2019-05-14 18:55:16 remove useless initialization
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_*
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
0493739d 2018-12-02 13:10:09 add missing comments
9034e712 2018-05-02 21:43:17 Do not use installed headers for building
bdbed000 2017-10-15 19:57:12 literal suffix
40c763a1 2017-10-15 16:11:09 literal suffix in call function
f674018a 2017-09-20 16:59:43 constify remaining functions
a20d9b10 2017-08-30 19:13:53 format with astyle (step 4)
d263dc72 2017-08-29 18:50:19 add space after keyword
0ff04a4f 2015-11-26 18:43:42 remove hard tab
c0b14e3d 2015-11-13 17:46:32 handle the return value of function
babf35c6 2015-11-12 21:54:52 explicit condition
4e3f1344 2015-11-12 01:49:07 provide tommath_private.h tommath.h contains declarations for the public part of the library. tommath_private.h contains the functions which are private to ltm and should not be exposed to the public.
575d9bac 2015-10-30 18:08:42 Add error check to mp_sqrtmod_prime() Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
c31102bc 2015-04-18 19:32:09 fix warning: expected "mp_digit *" but argument is of type "long unsigned int *"
1f889479 2015-04-18 11:03:22 update makefiles etc.
1c85a283 2015-04-17 22:46:11 adding bn_mp_sqrtmod_prime.c