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
/
util
/
message.cpp
Age
Commit message (
Expand
)
Author
2023-09-12
Make WitnessUnknown members private
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-20
Fix iwyu
MacroFake
2022-07-20
Use HashWriter where possible
MacroFake
2022-07-08
refactor: add most of src/util to iwyu
fanquake
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-08-25
util: make EncodeBase64 consume Spans
Sebastian Falbesoner
2020-03-09
Move direct calls to MessageSign into new SignMessage functions in CWallet an...
Andrew Chow
2020-02-14
Refactor message hashing into a utility function
Jeffrey Czyz
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov