Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2022 Changes in this version + var ErrEmptyString = errors.New("empty hex string") + var ErrMissingPrefix = errors.New("hex string without Si prefix") + func Decode(input string) ([]byte, error) + func MarshalText(b []byte) ([]byte, error) + func UnmarshalFixedJSON(typ reflect.Type, input, out []byte) error + func UnmarshalFixedText(typname string, input, out []byte) error