Versions in this module Expand all Collapse all v0 v0.1.0 Jul 9, 2026 Changes in this version + func Base64ToBase64URL(input string) string + func Base64URLToBase64(input string) string + func Base64URLToString(input string) (string, error) + func Bs58CheckDecode(s string) ([]byte, error) + func Bs58CheckDecodeUnsafe(s string) []byte + func Bs58CheckEncode(payload []byte) string + func Bs58Decode(s string) []byte + func Bs58DecodeUnsafe(s string) ([]byte, bool) + func Bs58Encode(b []byte) string + func BytesToHex(input []byte) string + func Checksum(payload []byte) (checksum [4]byte) + func HexToASCII(hexString string) string + func HexToBase64URL(input string, length ...int) (string, error) + func HexToBytes(hexString string, length ...int) ([]byte, error) + func NormalizePadding(b []byte, targetLength int) ([]byte, error) + func PointEncode(raw []byte) ([]byte, error) + func StringToBase64URL(input string) string + func ValidateChecksum(payload []byte) error + type HexBytes []byte + func (bytes *HexBytes) UnmarshalJSON(data []byte) error + func (bytes HexBytes) MarshalJSON() ([]byte, error)