github.com/Bytom/bytom@v1.1.2-0.20210127130405-ae40204c0b09/common/bech32/doc.go (about)

     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