kc3-lang/libtommath/bn_mp_error_to_string.c

Branch :


Log

Author Commit Date CI Message
4534056c 2019-05-13 00:22:18 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
53c30fff 2019-05-09 04:16:24 add MP_ERR to mp_error_to_string
2b6e9d05 2019-04-12 11:24:17 Change, make it a switch-statement
6b3c2ba1 2019-04-12 10:46:31 Add handling of MP_ITER error-code to mp_error_to_string()
066830ad 2019-04-10 15:40:54 Fix surrounding macro
5968263b 2019-04-10 14:49:59 Rename bn_error.c to bn_mp_error_to_string.c