Documentation ¶ Index ¶ func Decode(s string) ([]byte, error) func Encode(data []byte) string type Encoding func New(alphabet string) Encoding func (encoding Encoding) Decode(s string) ([]byte, error) func (encoding Encoding) Encode(data []byte) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Decode ¶ func Decode(s string) ([]byte, error) func Encode ¶ func Encode(data []byte) string Types ¶ type Encoding ¶ type Encoding []byte func New ¶ func New(alphabet string) Encoding func (Encoding) Decode ¶ func (encoding Encoding) Decode(s string) ([]byte, error) func (Encoding) Encode ¶ func (encoding Encoding) Encode(data []byte) string Source Files ¶ View all Source files mhex.go Click to show internal directories. Click to hide internal directories.