kc3-lang/libtommath/bn_mp_karatsuba_sqr.c

Branch :


Log

Author Commit Date CI Message
42970eb4 2018-04-11 13:46:35 Fix build on Solaris by using LBL_ERR instead of ERR libtommath won't build on Solaris 11.3 with a goto statement named `ERR`. Use LBL_ERR instead so it doesn't conflict.
f51249b6 2018-02-02 12:07:21 clean-up file headers
f674018a 2017-09-20 16:59:43 constify remaining functions
4439fae1 2017-08-30 19:11:35 format with astyle (step 3)
45771cc9 2017-08-30 19:07:12 format with astyle (step 1)
aab1b3d9 2017-08-28 22:34:46 split label & statement
d6a9a58f 2017-08-30 20:08:58 remove space after function name and cast
15681f9a 2017-08-30 05:51:11 trim trailing spaces
6f212942 2017-08-28 16:27:26 replace SVN tags
8714ee55 2015-11-25 21:59:46 remove register let the compiler find the best register optimization