Documentation
¶
Index ¶
Constants ¶
View Source
const (
Mask_63 = uint8(len(encodeStr) - 1)
)
len(encodeStr) = 8+5+11+11+2+11+10+6 = 64.
This allows (0 <= x <= 255) x % 64 to have an even distribution.
Variables ¶
This section is empty.
Functions ¶
func AsciiBytes ¶
A helper function create and fill a slice of length n with characters from the following string:
"ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnpqrstuvwxyz0123456789-_+=,."
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.