kc3-lang/libtommath/demo/test.c

Branch :


Log

Author Commit Date CI Message
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.
eedf1624 2019-03-07 15:01:45 allow filtering of tests executed
1a12486d 2019-05-08 21:08:16 add mp_rand test
44d03a6f 2019-05-07 09:45:38 deprecate LTM_PRIME_* macros in favor of MP_PRIME_*
e45f75fd 2019-04-13 08:46:57 deprecate DIGIT_BIT, use MP_DIGIT_BIT
e8f56cc4 2019-04-05 11:37:49 enable -Wconversion and -Wsign-conversion on travis * no changes to the library code * conversion issues in the demo testsuite fixed * add CONV_WARNINGS and enable the warnings only for clang-7 (for now) * disable Wsystem-headers if Wconversion is enabled, to avoid warnings from the system headers
fbfcb661 2019-04-12 14:56:29 apply rename
35311aea 2019-04-03 23:50:57 added function mp_ilogb
27ca25cb 2019-04-06 18:55:43 added multiplcation balancing for the Toom-Cook algorithms
984d3ff6 2019-04-01 03:41:26 changed seed to make nth-root usable
0ed98cf1 2019-04-04 12:55:39 removed tracing
769218cc 2019-04-03 18:59:09 additional functions mp_incr and mp_decr
cb1eb161 2019-04-04 07:58:07 run `make astyle` [skip ci]
15a1adc2 2019-03-06 15:08:48 literal suffix
1fc7d20d 2019-03-04 01:56:06 opponent/test.c: move ndraw to main.c
3f42b6a7 2019-03-03 23:24:15 test/opponent.c: add todo comments
674fdddb 2019-03-03 23:16:09 remove duplicate T(mp_tc_div_2d)
cd1570bb 2019-03-04 01:02:22 split test suite
ef490f30 2003-06-06 19:35:48 added libtommath-0.19
fd181cc8 2003-05-17 12:33:54 added libtommath-0.17