Branch :
| 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 | ||
| cc703a84 | 2019-05-11 12:09:59 | add missing parameter name in prototype | ||
| 67756d7b | 2019-05-08 18:20:35 | explicit operator precedence | ||
| 493c3c23 | 2019-05-08 18:19:44 | use same paramater name as in prototype | ||
| 0669e92e | 2019-05-08 20:18:53 | deprecate mp_prime_random_ex in favor of mp_prime_rand We can use the internal mp_rand generator now, since it generates numbers which are safe for crypto purposes. | ||
| 56fb5e4a | 2019-05-08 15:17:37 | mp_rand_source(NULL) sets to platform random source | ||
| 9e28ef9f | 2019-05-08 15:14:50 | mp_rand: use #else after arcrandom | ||
| 2a0021a4 | 2019-05-08 14:57:04 | mp_rand: remove superflous mp_clamp | ||
| 9ddf1e58 | 2019-05-07 12:26:46 | support custom random data source via mp_rand_source * deprecate MP_PRNG_ENABLE_LTM_RNG * custom mp_rand_source is used always if set, which should be more aligned with user expectations * use custom source in tune.c * don't call random number generator once per digit, which is slow | ||
| ff561404 | 2019-04-07 15:29:11 | shorter headers | ||
| 70a30ae7 | 2019-04-07 02:29:28 | remove footers | ||
| 5da4e0ac | 2019-04-04 23:06:00 | remove unnecessary size_t casts, fix Wconversion/Wsign-conversion issues Wconversion and Wsign-conversion is still not activated by default, since there are many issues in demo.c. | ||
| 1c8c5348 | 2019-01-15 18:20:24 | Merge pull request #147 from czurnieden/moarvm_workarounds workaround for the MoarVM problem with MP_GEN_RAND et al. (cherry picked from commit 11d6e0391421bc996b2cf780f3f4c3fa634001d0) | ||
| 08eb995d | 2019-01-13 20:21:36 | implemented Steffen Jaeckels superior suggestion regarding MoarVM's problem | ||
| aadb1efa | 2019-01-13 01:07:42 | changes for the Clang compiler | ||
| b7216e89 | 2019-01-13 00:51:02 | workaround for the MoarVM problem with MP_GEN_RAND et al. | ||
| 18355de6 | 2018-12-29 17:56:20 | Update file headers [skip ci] | ||
| 8b9f98ba | 2018-09-23 21:37:58 | auto-format by executing `make astyle` | ||
| 9034e712 | 2018-05-02 21:43:17 | Do not use installed headers for building | ||
| ef6d85a1 | 2018-04-14 14:33:36 | don't use rand() in mp_rand() This fixes #103 | ||
| f51249b6 | 2018-02-02 12:07:21 | clean-up file headers | ||
| e156e7ef | 2017-10-19 11:41:10 | fix clang build for MP_{8,16}BIT | ||
| bdbed000 | 2017-10-15 19:57:12 | literal suffix | ||
| 2344bcea | 2017-08-30 20:23:46 | format with astyle (step 6) | ||
| 45771cc9 | 2017-08-30 19:07:12 | format with astyle (step 1) | ||
| ef6c71f1 | 2015-11-29 14:58:46 | return type of function on the same line | ||
| d6a9a58f | 2017-08-30 20:08:58 | remove space after function name and cast | ||
| 6f212942 | 2017-08-28 16:27:26 | replace SVN tags | ||
| 712b3597 | 2017-04-10 16:34:03 | fix mp_rand() for MP_{8,16}BIT | ||
| bc11ea75 | 2017-04-09 00:32:57 | don't include static function in callgraph | ||
| 7cf5c050 | 2016-04-10 01:01:29 | make sure the entire mp_digit is filled with random data | ||
| d5b0f1e9 | 2016-04-10 13:55:42 | loop&shift until enough random data has been read | ||
| 4e3f1344 | 2015-11-12 01:49:07 | provide tommath_private.h tommath.h contains declarations for the public part of the library. tommath_private.h contains the functions which are private to ltm and should not be exposed to the public. | ||
| 079b0f65 | 2015-10-30 17:55:29 | Getting ready for v0.43.0 release Also updated my email address... Signed-off-by: Tom St Denis <tstdenis82@gmail.com> | ||
| 5d1096b0 | 2014-12-12 01:42:30 | use arc4random() instead of rand() on *BSD | ||
| 333aebc8 | 2007-04-18 09:58:18 | added libtommath-0.41 | ||
| f0b91a57 | 2006-04-06 19:49:59 | added libtommath-0.39 | ||
| 9294e791 | 2005-08-01 16:37:28 | added libtommath-0.36 | ||
| fdfa2f4f | 2005-03-12 11:55:11 | added libtommath-0.35 | ||
| e549ccfe | 2004-10-29 22:07:18 | added libtommath-0.32 | ||
| c1da6aa2 | 2003-08-05 01:24:44 | added libtommath-0.25 | ||
| 82f48582 | 2003-03-13 02:11:11 | added libtommath-0.14 | ||
| b66471f7 | 2003-02-28 16:09:08 | added libtommath-0.13 | ||
| 57354e11 | 2003-02-28 16:08:34 | added libtommath-0.12 |