mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
1d9489a76e
We weren't properly handling the case where a 64-bit value is multipled with itself in multiplyRR, leading to wrong code. Also, addCarryCR didn't know how to handle constants more than 8-bits wide.