Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 438f7e91 | 2025-02-14 17:41:59 | use arc4random exclusively | ||
| e8eb5785 | 2023-10-21 15:45:07 | fix bn_s_mp_rand_platform.c | ||
| 99b83bc7 | 2023-10-18 23:03:35 | define undefined functions | ||
| 936be18d | 2023-02-04 13:59:50 | fix build | ||
| c54d603a | 2019-10-18 15:21:28 | Fix build with latest visual studio (2019) | ||
| 1cd8ab16 | 2019-09-05 16:59:23 | fix define | ||
| 8c1b296e | 2019-04-08 23:48:39 | add feature detection macro MP_HAS | ||
| 51275960 | 2019-06-07 17:20:38 | Attempt to eliminate more MSVC compiler warnings | ||
| 4b475aca | 2019-05-26 09:29:58 | fixes for msvc | ||
| 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 |