Documentation
¶
Index ¶
- Variables
- func Decode(input []byte) ([]byte, error)
- func DecodeFromString(s string) ([]byte, error)
- func DecodeString(s string) (string, error)
- func DecodeToString(input []byte) (string, error)
- func Encode(src []byte) []byte
- func EncodeFromString(s string) []byte
- func EncodeString(s string) string
- func EncodeToString(src []byte) string
- func IsBase32String(s string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidChecksum = errors.New("Invalid checksum")
Functions ¶
func DecodeFromString ¶
func DecodeString ¶
func DecodeToString ¶
func EncodeFromString ¶
func EncodeString ¶
func EncodeToString ¶
func IsBase32String ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.