# Functions

Base64Decode takes in a Base64 string and returns a byte array and an error.
Base64Encode takes in a byte array then returns an encoded base64 string.
CheckCerts will check to see if certificates exist in the supplied directory, and then verify that the certificate is not expired.
GetHMAC returns a keyed-hash message authentication code using the desired hash type.
GetMD5 returns a MD5 hash of a byte array.
GetRandomSalt returns a random salt.
GetSHA256 returns a SHA256 hash of a byte array.
GetSHA512 returns a SHA512 hash of a byte array.
GetTLSDir returns the default TLS dir.
HexEncodeToString takes in a hexadecimal byte array and returns a string.
Sha1ToHex takes a string, sha1 hashes it and return a hex string of the result.

# Constants

const declarations for common crypto operations.
const declarations for common crypto operations.
const declarations for common crypto operations.
const declarations for common crypto operations.
const declarations for common crypto operations.