# Functions
AESCBCDecrypt hex decodes a piece of data and then decrypts it using CBC mode.
AESCBCEncrypt uses CBC mode to encrypt a piece of data and then encodes it in hex.
AESCTRDecrypt hex decodes a piece of data and then decrypts it using CTR mode.
AESCTREncrypt uses CTR mode to encrypt a piece of data and then encodes it in hex.
AESDecrypt hex decodes a piece of data and then decrypts it using ECB mode.
AESEncrypt uses ECB mode to encrypt a piece of data and then encodes it in hex.
Fnv1aToUint32 returns the 32-bit FNV-1a hash sum of b.
Fnv1aToUint64 returns the 64-bit FNV-1a hash sum of b.
Md5 returns the MD5 checksum string of the data.
No description provided by the author
Sha1 returns the sha1 checksum string of the data.
Sha256 returns the sha256 checksum string of the data.
Sha512 returns the sha512 checksum string of the data.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author