Documentation ¶
Overview ¶
base36 supports Base36 encoding and decoding.
Index ¶
- Constants
- func Decode36(b36 []byte) ([]byte, error)
- func Decode36String(s36 string) ([]byte, error)
- func Encode36(ba []byte) (string, error)
- func Encode36HexString(s16 string) (string, error)
- func Encode36String(s string) (string, error)
- func Md5Base36(s string) string
- func Md5String(s string) string
Constants ¶
View Source
const (
Md5Base36Length int = 25
)
Md5Base36Length is the length for a MD5 Base36 string
Variables ¶
This section is empty.
Functions ¶
func Decode36String ¶
Decode36String returns a decoded byte array given an encoded string.
func Encode36HexString ¶
Encode36HexString returns an encoded string given a string.
func Encode36String ¶
Encode36String returns an encoded string given a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.