Documentation
¶
Index ¶
Constants ¶
View Source
const ( Identity = 0x00 Base1 = '1' Base2 = '0' Base8 = '7' Base10 = '9' Base16 = 'f' Base16Upper = 'F' Base32 = 'b' Base32Upper = 'B' Base32pad = 'c' Base32padUpper = 'C' Base32hex = 'v' Base32hexUpper = 'V' Base32hexPad = 't' Base32hexPadUpper = 'T' Base58Flickr = 'Z' Base58BTC = 'z' Base64 = 'm' Base64url = 'u' Base64pad = 'M' Base64urlPad = 'U' )
These are the supported encodings
Variables ¶
View Source
var ErrUnsupportedEncoding = fmt.Errorf("selected encoding not supported")
ErrUnsupportedEncoding is returned when the selected encoding is not known or implemented.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.