nim-stint/tests
mratsim 012dcf288c Add toHex shortcut for toString(16) 2018-05-08 14:44:07 +02:00
..
all_tests.nim Add bigint serialization (hex and decimal) (#29) 2018-04-30 13:38:55 +02:00
internal.nim Fix #30 - modulo failures (#32) 2018-05-02 17:49:31 +02:00
internal_uint_div.nim Fix #30 - modulo failures (#32) 2018-05-02 17:49:31 +02:00
property_based.nim Update comment displayed in property-based testing 2018-05-04 00:20:32 +02:00
property_based_uint256.nim use a more reasonable 10000 tests by default 2018-05-04 10:02:46 +02:00
test_int_addsub.nim Implement absolute value and signed modulo/division 2018-04-26 12:27:02 +02:00
test_int_boundchecks.nim Implement add, sub, neg with proper overflow detection 2018-04-25 21:21:58 +02:00
test_int_comparison.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
test_int_endianness.nim Implement add, sub, neg with proper overflow detection 2018-04-25 21:21:58 +02:00
test_int_muldiv.nim Add bigint serialization (hex and decimal) (#29) 2018-04-30 13:38:55 +02:00
test_io.nim Add toHex shortcut for toString(16) 2018-05-08 14:44:07 +02:00
test_uint_addsub.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
test_uint_bitwise.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
test_uint_comparison.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
test_uint_endianness.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
test_uint_muldiv.nim Fix #30 - modulo failures (#32) 2018-05-02 17:49:31 +02:00
ttmath_compat.nim fix the compilation of property_based_uint256 2018-05-03 21:10:55 +03:00