OSDN Git Service

Merge pull request #41 from Bytom/dev
[bytom/vapor.git] / common / bech32 / doc.go
1 /*
2 Package bech32 provides a Go implementation of the bech32 format specified in
3 BIP 173.
4
5 Bech32 strings consist of a human-readable part (hrp), followed by the
6 separator 1, then a checksummed data part encoded using the 32 characters
7 "qpzry9x8gf2tvdw0s3jn54khce6mua7l".
8
9 More info: https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki
10 */
11 package bech32