OSDN Git Service

feat: add processIssuing (#152)
[bytom/vapor.git] / vendor / github.com / bytom / common / bech32 / doc.go
diff --git a/vendor/github.com/bytom/common/bech32/doc.go b/vendor/github.com/bytom/common/bech32/doc.go
new file mode 100644 (file)
index 0000000..46a4e33
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+Package bech32 provides a Go implementation of the bech32 format specified in
+BIP 173.
+
+Bech32 strings consist of a human-readable part (hrp), followed by the
+separator 1, then a checksummed data part encoded using the 32 characters
+"qpzry9x8gf2tvdw0s3jn54khce6mua7l".
+
+More info: https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki
+*/
+package bech32