aboutsummaryrefslogtreecommitdiff
path: root/src/uint256.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-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
* | Remove some unused functions and methodsPieter Wuille2017-09-211-2/+0
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-2/+2
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-5/+0
* Use SipHash-2-4 for CCoinsCache indexPieter Wuille2016-05-171-5/+0
* Add SipHash-2-4 primitives to hashPieter Wuille2016-05-171-0/+13
* Improve COutPoint less operatorJoão Barbosa2016-03-181-3/+5
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* uint256::GetCheapHash bigendian compatibilitydaniel2015-11-251-4/+2
* uint256->arith_uint256 blob256->uint256Wladimir J. van der Laan2015-01-051-267/+72
* Temporarily add SetNull/IsNull/GetCheapHash to base_uintWladimir J. van der Laan2015-01-051-0/+20
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-23/+26
* header include cleanupPhilip Kaufmann2014-09-141-1/+1
* Use memcmp for uint256 equality/inequalityPieter Wuille2014-09-041-2/+3
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* Use unordered_map for CCoinsViewCache with salted hashPieter Wuille2014-07-141-1/+3
* Move non-trivial uint256.h methods to uint256.cppPieter Wuille2014-06-281-245/+17
* Deduplicate uint* comparison operator logicPieter Wuille2014-05-091-69/+20
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-0/+70
* Add multiplication and division to uint160/uint256Pieter Wuille2014-05-091-0/+70
* Exception instead of assigning 0 in case of wrong vector lengthPieter Wuille2014-05-091-5/+10
* Deduplicate shared code between uint160 and uint256Pieter Wuille2014-05-091-241/+65
* Unittests for uint256.hThomas Holenstein2013-12-251-150/+0
* Changed Get64(.) to GetLow64()Thomas Holenstein2013-12-251-3/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-60/+57
* Merge pull request #3076 from lano1106/uint256_utilWladimir J. van der Laan2013-11-041-6/+9
|\
| * Make util phexdigit array reusableOlivier Langlois2013-10-271-6/+9
* | Bump Year Number to 2013super32013-10-201-1/+1
|/
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-47/+47
* Specified base_uint component sizeWilliam Yager2013-05-071-2/+3
* Use a uint256 for bnChainWorkPieter Wuille2013-04-121-0/+10
* Add const versions of base_uint.end()/begin(), make size() const.Matt Corallo2013-01-161-1/+11
* HexStr: don't build a vector<char> firstWladimir J. van der Laan2012-09-101-1/+1
* Update License in File HeadersFordy2012-05-181-1/+1
* Merge pull request #1126 from drizztbsd/masterPieter Wuille2012-04-211-0/+1
|\
| * Add missing includes. (Fix bulding under GCC 4.7)Timothy Redaelli2012-04-201-0/+1
* | Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger2012-04-181-1/+1
|/
* Further reduce header dependenciesPieter Wuille2012-04-171-5/+6
* Move proto version to version.h. Reduce header deps a bit more.Jeff Garzik2012-04-171-2/+3
* Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-1/+1
* fix warnings: array subscript is of type 'char' [-Wchar-subscripts]Wladimir J. van der Laan2012-04-151-1/+1
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-2/+5
* CAddrMan: stochastic address managerPieter Wuille2012-02-241-0/+4