kc3-lang/libtommath/bn_s_mp_rand_platform.c

Branch :


Log

Author Commit Date CI Message
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