index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
uint256.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-05-24
Make XOnlyPubKey act like byte container
Pieter Wuille
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-12
Add txrequest module
Pieter Wuille
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
uint256: Update constructors to c++11, make ONE static
Anthony Towns
2020-07-30
Make uint256 Span-convertible by adding ::data()
Pieter Wuille
2020-07-30
scripted-diff: rename base_blob::data to m_data
Pieter Wuille
2020-01-23
refactor: define a UINT256_ONE global constant
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2018-09-18
uint256: Remove unnecessary crypto/common.h use
Karl-Johan Alm
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-09-21
Remove some unused functions and methods
Pieter Wuille
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-26
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-05-17
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-05-17
Add SipHash-2-4 primitives to hash
Pieter Wuille
2016-03-18
Improve COutPoint less operator
João Barbosa
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-25
uint256::GetCheapHash bigendian compatibility
daniel
2015-01-05
uint256->arith_uint256 blob256->uint256
Wladimir J. van der Laan
2015-01-05
Temporarily add SetNull/IsNull/GetCheapHash to base_uint
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-09-14
header include cleanup
Philip Kaufmann
2014-09-04
Use memcmp for uint256 equality/inequality
Pieter Wuille
2014-08-28
add missing header end comments
Philip Kaufmann
2014-07-14
Use unordered_map for CCoinsViewCache with salted hash
Pieter Wuille
2014-06-28
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-05-09
Deduplicate uint* comparison operator logic
Pieter Wuille
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
Add multiplication and division to uint160/uint256
Pieter Wuille
2014-05-09
Exception instead of assigning 0 in case of wrong vector length
Pieter Wuille
2014-05-09
Deduplicate shared code between uint160 and uint256
Pieter Wuille
2013-12-25
Unittests for uint256.h
Thomas Holenstein
2013-12-25
Changed Get64(.) to GetLow64()
Thomas Holenstein
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Merge pull request #3076 from lano1106/uint256_util
Wladimir J. van der Laan
2013-10-27
Make util phexdigit array reusable
Olivier Langlois
2013-10-20
Bump Year Number to 2013
super3
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-05-07
Specified base_uint component size
William Yager
2013-04-12
Use a uint256 for bnChainWork
Pieter Wuille
[next]