nim-stint/tests
Mamy Ratsimbazafy 4c055e42a7
Add uint256 fuzz test vs TTMath (#34) + Fix multiplication carry bug #36
* Add uint256 fuzz test vs TTMath

* fix the compilation of property_based_uint256

* Fix multiplication carry bug #35

* Change comment in test
2018-05-04 00:11: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 Add uint256 fuzz test vs TTMath (#34) + Fix multiplication carry bug #36 2018-05-04 00:11:07 +02:00
property_based_uint256.nim Add uint256 fuzz test vs TTMath (#34) + Fix multiplication carry bug #36 2018-05-04 00:11:07 +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 bigint serialization (hex and decimal) (#29) 2018-04-30 13:38:55 +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