Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + const BadNibble + const Base + const BitSize64 + func DecodeBig(hexNum string) *big.Int + func DecodeHex(str string) ([]byte, error) + func DecodeNibble(in byte) uint64 + func DecodeString(str string) ([]byte, error) + func DecodeUint64(str string) uint64 + func EncodeBig(bigint *big.Int) string + func EncodeToHex(str []byte) string + func EncodeToString(str []byte) string + func EncodeUint64(i uint64) string + func IsValid(s string) bool + func MustDecodeHex(str string) []byte + type DecError struct + func (err DecError) Error() string