kc3-lang/libtommath/bn_prime_tab.c

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)
70a30ae7 2019-04-07 02:29:28 remove footers
ff561404 2019-04-07 15:29:11 shorter headers
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
9034e712 2018-05-02 21:43:17 Do not use installed headers for building
f51249b6 2018-02-02 12:07:21 clean-up file headers
a7688505 2017-12-18 23:37:01 improve generated output
f89cda03 2017-08-30 19:15:27 format with astyle (step 5)
6f212942 2017-08-28 16:27:26 replace SVN tags
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.