|
4534056c
|
2019-05-13T00: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-09T04:16:24
|
|
add MP_ERR to mp_error_to_string
|
|
2b6e9d05
|
2019-04-12T11:24:17
|
|
Change, make it a switch-statement
|
|
6b3c2ba1
|
2019-04-12T10:46:31
|
|
Add handling of MP_ITER error-code to mp_error_to_string()
|
|
066830ad
|
2019-04-10T15:40:54
|
|
Fix surrounding macro
|
|
5968263b
|
2019-04-10T14:49:59
|
|
Rename bn_error.c to bn_mp_error_to_string.c
|