Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Mendler
4534056c28
use enums mp_err, mp_ord, mp_bool, mp_sign
* MP_USE_ENUMS enables enums
* Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined
* 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined
2019-05-13 19:15:14 +02:00
Daniel Mendler
53c30fff5f
add MP_ERR to mp_error_to_string 2019-05-09 04:16:24 +02:00
nijtmans
2b6e9d05a2 Change, make it a switch-statement 2019-04-12 11:24:17 +02:00
nijtmans
6b3c2ba111 Add handling of MP_ITER error-code to mp_error_to_string() 2019-04-12 10:46:31 +02:00
nijtmans
066830ad06 Fix surrounding macro 2019-04-10 15:40:54 +02:00
nijtmans
5968263bc4 Rename bn_error.c to bn_mp_error_to_string.c 2019-04-10 14:49:59 +02:00