bn_mp_sqrtmod_prime.c


Log

Author Commit Date CI Message
Daniel Mendler 0a9f5e9b 2019-05-24T10:21:54 use u32 i64 suffix
Daniel Mendler b58c9966 2019-05-23T23:39:47 use int32 and uint32 instead of sint and uint
Daniel Mendler 3289c959 2019-05-20T10:41:06 introduce various mp_set_sint/mp_set_uint functions with precise types
Francois Perrad 8b2daf78 2019-05-19T17:16:13 always use varname err with mp_err
Daniel Mendler 56e7a401 2019-05-13T02:46:11 deprecate mp_jacobi
Francois Perrad 91474f6e 2019-05-14T18:55:16 remove useless initialization
Daniel Mendler 4534056c 2019-05-13T00: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
Daniel Mendler 7365442a 2019-05-10T23: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
Daniel Mendler c4fb2241 2019-04-09T11:08:26 rename macros in tommath_private to use MP_* prefix
Daniel Mendler ff561404 2019-04-07T15:29:11 shorter headers
Daniel Mendler 70a30ae7 2019-04-07T02:29:28 remove footers
Francois Perrad b879bd49 2018-12-31T12:15:44 refactor with new macros IS_*
Steffen Jaeckel 18355de6 2018-12-29T17:56:20 Update file headers [skip ci]
Karel Miko 0493739d 2018-12-02T13:10:09 add missing comments
czurnieden 9034e712 2018-05-02T21:43:17 Do not use installed headers for building
Francois Perrad bdbed000 2017-10-15T19:57:12 literal suffix
Francois Perrad 40c763a1 2017-10-15T16:11:09 literal suffix in call function
nijtmans f674018a 2017-09-20T16:59:43 constify remaining functions
Francois Perrad a20d9b10 2017-08-30T19:13:53 format with astyle (step 4)
Francois Perrad d263dc72 2017-08-29T18:50:19 add space after keyword
Francois Perrad 0ff04a4f 2015-11-26T18:43:42 remove hard tab
Francois Perrad c0b14e3d 2015-11-13T17:46:32 handle the return value of function
Francois Perrad babf35c6 2015-11-12T21:54:52 explicit condition
Steffen Jaeckel 4e3f1344 2015-11-12T01: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.
Tom St Denis 575d9bac 2015-10-30T18:08:42 Add error check to mp_sqrtmod_prime() Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
Karel Miko c31102bc 2015-04-18T19:32:09 fix warning: expected "mp_digit *" but argument is of type "long unsigned int *"
Steffen Jaeckel 1f889479 2015-04-18T11:03:22 update makefiles etc.
Karel Miko 1c85a283 2015-04-17T22:46:11 adding bn_mp_sqrtmod_prime.c