package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.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.

# Constants

No padding.
Standard padding character.

# Variables

HexEncoding is the ``Extended Hex Alphabet'' defined in RFC 4648.
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