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
/
arith_uint256.h
Age
Commit message (
Expand
)
Author
2022-04-14
Remove duplicate static_asserts
MarcoFalke
2022-04-05
Replace uint256 specific implementations of base_uint::GetHex() and base_uint...
Samer Afach
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2018-12-04
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-05
Drop uint 256 not operator
Ben Woosley
2018-02-28
[arith_uint256] Avoid unnecessary this-copy using prefix operator
Karl-Johan Alm
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-08-17
Prefer compile-time checking over run-time checking
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2017-06-07
Fix instantiation and array accesses in class base_uint<BITS>
Pavlos Antoniou
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-06
[copyright] copyright header style uniform
isle2983
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-04-20
ensure consistent header comment naming conventions
Philip Kaufmann
2015-01-05
arith_uint256: remove initialization from byte vector
Wladimir J. van der Laan
2015-01-05
Remove now-unused methods from arith_uint256 and base_uint
Wladimir J. van der Laan
2015-01-05
Remove arith_uint160
Wladimir J. van der Laan
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
2015-01-05
Temporarily add SetNull/IsNull/GetCheapHash to base_uint
Wladimir J. van der Laan