# Functions
DecodeBase64 decodes base64 with standard encoding.
DecodeBase64URL decodes URL safe base64 variant.
EncodeBase64 uses standard format non-URL safe base64 encoding to encode a string.
EncodeBase64URL encodes to URL safe base64 with padding.
No description provided by the author
Given gzip encoded data, return the decompressed data.
PackBigInt16 packs a big-endian 16-bit integer as a string.
PackBigInt32 packs a big-endian 32-bit integer as a string.
PackLittleInt32 packs a little-endian 32-bit integer as a string.
PackLittleInt64 packs a little-endian 64-bit integer as a string.
No description provided by the author
URL encode every character in the provided string.
# Variables
No description provided by the author