kc3-lang/libtommath/mtest

Branch :


Log

Author Commit Date CI Message
f4ed78dc 2018-12-02 13:16:44 replaces TABs with spaces
c9f1a002 2018-12-02 13:13:48 remove trailing spaces
d7f124f5 2018-12-02 13:12:30 avoid c++ comments
08741a14 2017-10-18 10:44:06 run astyle
aaa52a3d 2017-10-19 12:01:58 also run test vs mtest with real random data
4617de4f 2017-04-20 13:03:21 let's have the same amount of invmod tests than the other tests
9ca37ca0 2014-10-15 16:22:35 mtest vs. test: add possibility to exit testing 'mtest' can now optionally only run a given amount of loops. the first parameter <n> when invoking 'mtest' is considered to determine the amount when <n> is in the range -63..-1: mtest will run 2^-n runs when <n> is > 0: mtest will run n runs else: mtest will exit immediately
410ae395 2014-10-14 13:48:23 trim trailing spaces
e581d078 2014-10-14 13:55:35 mtest: fix compiler warnings
634f96f7 2014-10-14 14:35:16 mtest: I like predictable random for testing