# Functions
CreateSymmetricKey creates a cryptographically secure random key of the specified length.
DecryptSymmetric uses AES-CRT with HMAC inside using single key for both.
EncryptSymmetric uses AES-CRT with HMAC inside using single key for both.