Versions in this module Expand all Collapse all v0 v0.1.0 May 12, 2020 v0.0.1 May 12, 2020 Changes in this version + var DecodedLen = func(x int) int + var ErrLength = errors.New("encoding/hex: odd length hex string") + func Decode(dst, src []byte) (int, error) + func DecodeString(s string) ([]byte, error) + func Dump(data []byte) string + func Dumper(w io.Writer) io.WriteCloser + func Encode(dst, src []byte) int + func EncodeAlt(dst, src []byte) int + func EncodeToString(src []byte) string + func EncodeToStringAlt(src []byte) string + func EncodedLen(n int) int + func NewDecoder(r io.Reader) io.Reader + func NewEncoder(w io.Writer) io.Writer + type InvalidByteError byte + func (e InvalidByteError) Error() string