Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-05 | Remove arith_uint160 | Wladimir J. van der Laan | |
We never do 160-bit arithmetic. | |||
2015-01-05 | Add conversion functions arith_uint256<->uint_256 | Wladimir J. van der Laan | |
2015-01-05 | uint256->arith_uint256 blob256->uint256 | Wladimir J. van der Laan | |
Introduce new opaque implementation of `uint256`, move old "arithmetic" implementation to `arith_uint256. |