aboutsummaryrefslogtreecommitdiff
path: root/src/arith_uint256.h
Commit message (Expand)AuthorAgeFilesLines
* Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1practicalswift2018-12-041-1/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Drop uint 256 not operatorBen Woosley2018-06-051-8/+0
* [arith_uint256] Avoid unnecessary this-copy using prefix operatorKarl-Johan Alm2018-02-281-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...MarcoFalke2017-11-111-1/+1
|\
| * Use compile-time constants instead of unnamed enumerations (remove "enum hack")practicalswift2017-07-261-1/+1
* | Prefer compile-time checking over run-time checkingpracticalswift2017-08-171-1/+1
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
|/
* Fix instantiation and array accesses in class base_uint<BITS>Pavlos Antoniou2017-06-071-2/+8
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* [copyright] copyright header style uniformisle29832016-11-061-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-201-1/+1
* arith_uint256: remove initialization from byte vectorWladimir J. van der Laan2015-01-051-2/+0
* Remove now-unused methods from arith_uint256 and base_uintWladimir J. van der Laan2015-01-051-56/+0
* Remove arith_uint160Wladimir J. van der Laan2015-01-051-10/+0
* Add conversion functions arith_uint256<->uint_256Wladimir J. van der Laan2015-01-051-0/+8
* uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan2015-01-051-10/+341
* Temporarily add SetNull/IsNull/GetCheapHash to base_uintWladimir J. van der Laan2015-01-051-0/+19