mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-20 02:42:26 +00:00
Ensure powm promotes fixed precision types to avoid numeric overflow. Allow the Miller-Rabin code to be used by native integers. Fix Miller Rabin tests to actually return the test result! Fix some bugs in cpp_int unsigned arithmetic, and ensure the Miller Rabin and random number code can be safely used with checked fixed precision integers. [SVN r81269]