aboutsummaryrefslogtreecommitdiff
path: root/src/bech32.h
AgeCommit message (Collapse)Author
2021-03-27naming nitsFabian Jahr
Github-Pull: #20861 Rebased-From: 03346022d611871f2cc185440b19d928b9264d9d
2021-03-27Implement Bech32m encoding/decodingPieter Wuille
Github-Pull: #20861 Rebased-From: da2bb6976dadeec682d163c258c9afecc87d6428
2019-09-05Assert that the HRP is lowercase in Bech32::EncodeSamuel Dobson
2018-03-22Fix missing or inconsistent include guardspracticalswift
2017-09-28Import Bech32 C++ reference code & testsPieter Wuille
This includes a reformatted version of the Bech32 reference code (see https://github.com/sipa/bech32/tree/master/ref/c%2B%2B), with extra documentation.