# Functions

Base32ToBytes converts base32 string to byte array.
Base64ToBigInt converts base64 string to big Int.
Base64ToBytes converts base64 string to byte array.
Base64URLToBytes converts base64URL string to byte array.
GetHash returns the hash of the input given the hash type.
HexToBigInt converts hex string to big Int.
HexToBytes converts hex string to byte array.
ToByteArray return the combined byte array for the input byte arrays.

# Constants

Enum the HashType.
Enum the HashType.
Enum the HashType.
Enum the HashType.

# Type aliases

ByteArray defines a byte arry.
HashType defines the supported hash type, currently support md5, sha1, sha256 and sha512.