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