libtommath/demo
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
..
mtest_opponent.c add prefix to cutoff variables 2019-10-23 18:21:57 +02:00
shared.c use size_t for mp_radix_size 2019-10-22 14:25:58 +02:00
shared.h const parameter 2019-10-20 17:30:47 +02:00
test.c replace mp_bool by stdbool 2019-10-27 18:36:56 +01:00
timing.c remove unnecessary == MP_YES/MP_NO comparisons 2019-10-27 18:36:55 +01:00