libtommath/etc
Daniel Mendler bf9507a9d4
replace mp_bool by stdbool
* This gives the advantage that static analysis **understands** bool,
  but complains about using an enum type instead of bool.

* If stdbool.h is not desired, true/false/bool can be replaced using sed
  as in the no-stdint-h branch.

* We already include stdint.h and stdbool.h is not more harmful than
  this header
2019-10-27 18:36:56 +01:00
..
2kprime.1 added libtommath-0.28 2010-07-15 17:25:39 +02:00
2kprime.c replace mp_bool by stdbool 2019-10-27 18:36:56 +01:00
drprime.c replace mp_bool by stdbool 2019-10-27 18:36:56 +01:00
drprimes.28 added libtommath-0.23 2010-07-15 17:25:30 +02:00
drprimes.txt added libtommath-0.40 2010-07-15 17:26:03 +02:00
makefile improve clean make-target 2019-10-15 14:47:43 +02:00
makefile.icc cleanup make output 2019-05-07 12:36:11 +02:00
makefile.msvc added autotuning functionality for the Toom-Cook cut-offs 2019-05-06 23:29:08 +02:00
mersenne.c replace mp_bool by stdbool 2019-10-27 18:36:56 +01:00
mont.c add missing include 2019-10-15 18:33:16 +02:00
pprime.c only include tommath_private.h 2019-10-24 21:44:55 +02:00
prime.512 added libtommath-0.29 2010-07-15 17:25:41 +02:00
prime.1024 added libtommath-0.29 2010-07-15 17:25:41 +02:00
timer.asm added libtommath-0.17 2010-07-15 17:25:21 +02:00
tune_it.sh re-write median calculation 2019-10-01 09:03:27 +02:00
tune.c add prefix to cutoff variables 2019-10-23 18:21:57 +02:00