Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3c5afa91 | 2019-05-13 17:34:12 | add missing parameter name in prototype | ||
| fa2d86af | 2019-05-13 03:27:02 | explicit operator precedence | ||
| 07aaa4c3 | 2019-05-13 03:48:20 | explicit condition | ||
| 783e3cdf | 2019-05-13 03:47:24 | format block macros | ||
| 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 | ||
| 7365442a | 2019-05-10 23:59:46 | No grow necessary in mp_set_int* functions * mp_set_int* always return MP_OKAY * remove return checks for mp_set_int* * introduce MP_MIN_PREC | ||
| 61d9e528 | 2019-05-11 10:22:20 | hardening: add MP_ZERO_BUFFER, MP_ZERO_DIGITS * (!) Always zero buffer before freeing if MP_NO_ZERO_ON_FREE is not defined * Add MP_NO_ZERO_ON_FREE to disable hardening * Add MP_ZERO_BUFFER, MP_ZERO_DIGITS, MP_FREE_BUFFFER, MP_FREE_DIGITS * Never use MP_FREE directly, use MP_FREE_DIGITS or MP_FREE_BUFFER * Add MP_USE_MEMSET to use memset instead of loop * Disable astyle backups which are annonying in the times of git | ||
| adf9605d | 2019-05-09 03:28:49 | add warn_unused_result, found one missing check! | ||
| cc703a84 | 2019-05-11 12:09:59 | add missing parameter name in prototype |