kc3-lang/libtommath/tommath.h

Branch :


Log

Author Commit Date CI Message
c7314fa4 2019-05-25 06:42:01 deprecate mp_n_root_ex and mp_expt_d_ex These functions were introduced to give some timing guarantees. However the guarantees are too weak to be useful. The functions seem to be unused essentially by downstream users.
4b475aca 2019-05-26 09:29:58 fixes for msvc
bcec605a 2019-05-22 15:34:49 deprecate mp_prime_is_divisible and ltm_prime_tab * it is an implementation detail used for prime testing * there is upcoming work by @czurnieden regarding a generalised prime sieve * furthermore remove jacobi test (replaced by kronecker)
c7a7bd47 2019-05-23 16:37:34 MP_PREC is an internal macro, it should be defined in tommath_private.h
b0938d70 2019-05-24 11:48:27 remove obsolete comment
9f607dd5 2019-05-23 17:00:47 disallow defining MP_DIGIT_BIT, only allow MP_8/16/31/32/64BIT
0a9f5e9b 2019-05-24 10:21:54 use u32 i64 suffix
d7e1cb4a 2019-05-24 00:15:11 another proposal: use _ul and _l for the long macros
b58c9966 2019-05-23 23:39:47 use int32 and uint32 instead of sint and uint
d7959854 2019-05-23 11:12:30 improve comment in tommath.h, extend .gitignore