kc3-lang/libtommath/bn_mp_rand.c

Branch :


Log

Author Commit Date CI Message
e7f34c69 2019-05-23 17:50:58 literal suffix
8b2daf78 2019-05-19 17:16:13 always use varname err with mp_err
885e5e19 2019-05-13 11:14:57 move mp_rand_digit to bn_deprecated.c
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
3c5afa91 2019-05-13 17:34:12 add missing parameter name in prototype
2a2e2716 2019-05-12 11:33:17 move jenkins prng to bn_s_mp_rand_jenkins.c
c8cc3657 2019-05-11 09:09:12 mov s_mp_rand_source_platform to separate file
67756d7b 2019-05-08 18:20:35 explicit operator precedence
493c3c23 2019-05-08 18:19:44 use same paramater name as in prototype
cc703a84 2019-05-11 12:09:59 add missing parameter name in prototype