You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bech32.h
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,11 @@
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
-
// Bech32 is a string encoding format used in newer address types.
6
-
// The output consists of a human-readable part (alphanumeric), a
7
-
// separator character (1), and a base32 data section, the last
8
-
// 6 characters of which are a checksum.
5
+
// Bech32 and Bech32m are string encoding formats used in newer
6
+
// address types. The outputs consist of a human-readable part
7
+
// (alphanumeric), a separator character (1), and a base32 data
8
+
// section, the last 6 characters of which are a checksum. The
9
+
// module is namespaced under bech32 for historical reasons.
0 commit comments