kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
0971e05c 2019-05-11 08:35:10 Merge pull request #242 from libtom/random-prime deprecate mp_prime_random_ex in favor of mp_prime_rand
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.
d4c5fbf5 2019-05-11 00:40:59 Merge pull request #245 from libtom/deprecations deprecate old macros, deprecate mp_rand_digit
e05215a8 2019-05-09 04:06:12 deprecate old macros, deprecate mp_rand_digit
385d1a82 2019-05-09 14:44:19 Merge pull request #248 from libtom/test-mp_rand Test mp_rand
1a12486d 2019-05-08 21:08:16 add mp_rand test
eedf1624 2019-03-07 15:01:45 allow filtering of tests executed
cc3be565 2019-05-09 09:31:49 Merge pull request #246 from libtom/error-string add MP_ERR to mp_error_to_string
53c30fff 2019-05-09 04:16:24 add MP_ERR to mp_error_to_string
be11f12b 2019-05-08 17:16:12 Merge pull request #236 from libtom/custom-rand-source support custom random data source via mp_rand_source