Commit Graph

5 Commits

Author SHA1 Message Date
jzmaddock
264124b8d7 Remove use of deprecated boost headers. 2020-04-19 13:18:00 +01:00
jzmaddock
91dd7ba419 Add better karatsuba tests, update karatsuba cutoff - now down to 40 limbs :)
Still needs more testing...
2020-01-02 18:29:39 +00:00
jzmaddock
cf1c0de2b1 Update karatsuba tests, try using static/stack storage for small allocations.
NOTE: using static storage makes very little difference in our performance tests and may yet be removed.
2020-01-02 12:52:33 +00:00
jzmaddock
1ccbcb84cb Correct detection of fixed precision case in multiply.hpp.
Can't do checked arithmetic in test/test_cpp_int_karatsuba.cpp as we're testing overflow/modular arithmetic.
2019-12-31 08:43:27 +00:00
jzmaddock
111342276f Add Karatsuba tests. 2019-12-30 18:57:44 +00:00