Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8b2daf78 | 2019-05-19 17:16:13 | always use varname err with mp_err | ||
| 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 | ||
| 38116079 | 2019-05-13 17:51:07 | literal suffix | ||
| 16ff016e | 2019-05-12 11:18:17 | win32 rand - just leak the crypt handle * it will be closed so or so atexit * the user could request more random data in another atexit routine leading to another atexit routine being registered | ||
| 2a2e2716 | 2019-05-12 11:33:17 | move jenkins prng to bn_s_mp_rand_jenkins.c |