kc3-lang/libtommath/tommath.h

Branch :


Log

Author Commit Date CI Message
1c8c5348 2019-01-15 18:20:24 Merge pull request #147 from czurnieden/moarvm_workarounds workaround for the MoarVM problem with MP_GEN_RAND et al. (cherry picked from commit 11d6e0391421bc996b2cf780f3f4c3fa634001d0)
7ac11218 2018-12-26 15:19:07 clarify comment of ltm_rng()
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
f4449362 2018-05-26 01:39:03 fixes for MP_8BIT and mx32, prefinal design
a218ddce 2018-05-03 23:45:02 Added Fips 186.4 compliance, an additional strong Lucas-Selfridge (for BPSW) and a Frobenius (Paul UNderwood) test, both optional. With documentation.
08cee432 2018-05-21 22:54:55 Moved mp_mul_si() into bn_mp_prime_strong_lucas_selfridge.c as a local function
adbadc70 2018-11-18 01:30:51 Fix includes Header files which are located in the same directory that the file from where it is included must be included using `" "`, not `< >`. Otherwise the compiler (gcc 5) cannot understand `#include <tommath_class.h>` in `/usr/include/tommath/tommath.h`.
2ab527b7 2018-09-10 18:51:26 add mp_get_double, mp_set_double
8b9f98ba 2018-09-23 21:37:58 auto-format by executing `make astyle`
eebbcf06 2018-09-10 18:48:58 add mp_complement, mp_tc_div_2d, mp_tc_and, mp_tc_or, mp_tc_xor