kc3-lang/libtommath/bn_mp_get_long.c

Branch :


Log

Author Commit Date CI Message
f1d6c887 2017-10-15 19:58:35 refactor cast
f674018a 2017-09-20 16:59:43 constify remaining functions
9eed07f0 2017-08-29 22:23:48 format with astyle (step 2)
45771cc9 2017-08-30 19:07:12 format with astyle (step 1)
378be117 2017-08-28 21:40:10 add missing space after comma
99c84acc 2015-11-13 10:28:23 add parentheses for explicit operator precedence
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.
b6636ee4 2015-10-11 19:02:01 uppercase L avoid confusion between lowercase l and digit 1
079b0f65 2015-10-30 17:55:29 Getting ready for v0.43.0 release Also updated my email address... Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
5a2a00ff 2014-10-14 14:37:17 fix compiler warning when compiling with "-mx32" option
6df187ae 2011-11-13 19:17:46 Add set_long and get_long functions They work on platform-dependent long ints
940bef18 2014-10-14 14:36:38 fix macros