Documentation
¶
Overview ¶
Package based32 provides a simplified variant of the standard Bech32 human readable binary codec
This codec simplifies the padding algorithm compared to the Bech32 standard BIP 0173 by performing all of the check validation with the decoded bits instead of separating the pads of each segment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Codec provides the encoder/decoder implementation created by makeCodec. Codec = makeCodec( "Base32Check", b32.Based32Ciphers, "", ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.