kc3-lang/libtommath/tommath_private.h

Branch :


Log

Author Commit Date CI Message
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
3289c959 2019-05-20 10:41:06 introduce various mp_set_sint/mp_set_uint functions with precise types
18f6e464 2019-05-23 16:00:31 add MP_STATIC_ASSERT
330b980d 2019-05-18 11:55:27 literal char
8d73e158 2019-05-18 12:37:54 literal suffix
a4f9818b 2019-05-18 12:36:45 more cast
bd8f7e55 2019-05-20 06:57:20 introduce MP_PRIVATE to hide symbols (opt-in for now)
0dfa9da5 2019-05-19 12:53:49 make tommath_class.h and tommath_superclass.h private These headers are used for configuration during build time. Therefore they shouldn't be exposed as part of the public API.
6631d426 2019-05-19 10:05:15 remove __cplusplus stuff from tommath_private.h tommath_private.h is an internal header which won't be included by a C++ source file.