index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uint256.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add txrequest module
Pieter Wuille
2020-10-12
1
-0
/
+1
*
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
1
-2
/
+0
*
uint256: Update constructors to c++11, make ONE static
Anthony Towns
2020-09-28
1
-7
/
+10
*
Make uint256 Span-convertible by adding ::data()
Pieter Wuille
2020-07-30
1
-0
/
+3
*
scripted-diff: rename base_blob::data to m_data
Pieter Wuille
2020-07-30
1
-13
/
+13
*
refactor: define a UINT256_ONE global constant
Andrew Chow
2020-01-23
1
-0
/
+2
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
uint256: Remove unnecessary crypto/common.h use
Karl-Johan Alm
2018-09-18
1
-11
/
+0
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-1
/
+1
*
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-11-11
1
-1
/
+1
|
\
|
*
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2017-07-26
1
-1
/
+1
*
|
Remove some unused functions and methods
Pieter Wuille
2017-09-21
1
-2
/
+0
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-2
/
+2
*
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
1
-5
/
+0
*
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-05-17
1
-5
/
+0
*
Add SipHash-2-4 primitives to hash
Pieter Wuille
2016-05-17
1
-0
/
+13
*
Improve COutPoint less operator
João Barbosa
2016-03-18
1
-3
/
+5
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
uint256::GetCheapHash bigendian compatibility
daniel
2015-11-25
1
-4
/
+2
*
uint256->arith_uint256 blob256->uint256
Wladimir J. van der Laan
2015-01-05
1
-267
/
+72
*
Temporarily add SetNull/IsNull/GetCheapHash to base_uint
Wladimir J. van der Laan
2015-01-05
1
-0
/
+20
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-23
/
+26
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-1
/
+1
*
Use memcmp for uint256 equality/inequality
Pieter Wuille
2014-09-04
1
-2
/
+3
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+1
*
Use unordered_map for CCoinsViewCache with salted hash
Pieter Wuille
2014-07-14
1
-1
/
+3
*
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-06-28
1
-245
/
+17
*
Deduplicate uint* comparison operator logic
Pieter Wuille
2014-05-09
1
-69
/
+20
*
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
1
-0
/
+70
*
Add multiplication and division to uint160/uint256
Pieter Wuille
2014-05-09
1
-0
/
+70
*
Exception instead of assigning 0 in case of wrong vector length
Pieter Wuille
2014-05-09
1
-5
/
+10
*
Deduplicate shared code between uint160 and uint256
Pieter Wuille
2014-05-09
1
-241
/
+65
*
Unittests for uint256.h
Thomas Holenstein
2013-12-25
1
-150
/
+0
*
Changed Get64(.) to GetLow64()
Thomas Holenstein
2013-12-25
1
-3
/
+4
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-60
/
+57
*
Merge pull request #3076 from lano1106/uint256_util
Wladimir J. van der Laan
2013-11-04
1
-6
/
+9
|
\
|
*
Make util phexdigit array reusable
Olivier Langlois
2013-10-27
1
-6
/
+9
*
|
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
|
/
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-47
/
+47
*
Specified base_uint component size
William Yager
2013-05-07
1
-2
/
+3
*
Use a uint256 for bnChainWork
Pieter Wuille
2013-04-12
1
-0
/
+10
*
Add const versions of base_uint.end()/begin(), make size() const.
Matt Corallo
2013-01-16
1
-1
/
+11
*
HexStr: don't build a vector<char> first
Wladimir J. van der Laan
2012-09-10
1
-1
/
+1
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
[next]