bn_mp_sqrtmod_prime.c


Log

Author Commit Date CI Message
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