aboutsummaryrefslogtreecommitdiff
path: root/src/util/message.cpp
AgeCommit message (Expand)Author
2022-08-20Fix iwyuMacroFake
2022-07-20Use HashWriter where possibleMacroFake
2022-07-08refactor: add most of src/util to iwyufanquake
2022-04-27Make DecodeBase{32,64} return optional instead of taking bool*Pieter Wuille
2022-04-27Make DecodeBase{32,64} always return vector, not stringPieter Wuille
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-01-05Replace boost::variant with std::variantMarcoFalke
2020-08-25util: make EncodeBase64 consume SpansSebastian Falbesoner
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-02-14Refactor message hashing into a utility functionJeffrey Czyz
2020-02-14Deduplicate the message signing codeVasil Dimov
2020-02-14Deduplicate the message verifying codeVasil Dimov