modulepackage
0.1.0
Repository: https://github.com/multiformats/go-base32.git
Documentation: pkg.go.dev
# Functions
NewDecoder constructs a new base32 stream decoder.
NewEncoder returns a new base32 stream encoder.
NewEncoding returns a new Encoding defined by the given alphabet, which must be a 32-byte string.
NewEncoding returns a new case insensitive Encoding defined by the given alphabet, which must be a 32-byte string.
# Variables
HexEncoding is the “Extended Hex Alphabet” defined in RFC 4648.
No description provided by the author
No description provided by the author
StdEncoding is the standard base32 encoding, as defined in RFC 4648.
# Structs
An Encoding is a radix 32 encoding/decoding scheme, defined by a 32-character alphabet.
# Type aliases
No description provided by the author