Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + var ErrLength = errors.New("encoding/hex: odd length hex string") + func Decode(dst, src []byte) (int, error) + func DecodeString(s string) ([]byte, error) + func DecodedLen(x int) int + func Dump(data []byte) string + func Dumper(w io.Writer) io.WriteCloser + func Encode(dst, src []byte) int + func EncodeToString(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