# Functions
AESDecrypt returns decrypted data and errors.
AESEncrypt returns encrypted data and errors.
AESVerifyKey verify the password.
ChaCha20Decrypt decrypts data with ChaCha20 Poly Algorithm and returns decrypted data and errors.
ChaCha20Encrypt encrypts data with ChaCha20 Poly Algorithm and returns encrypted data and errors.
ChaCha20VerifyKey verify the password.
Decrypt decrypts data with given algorithm and returns decrypted data and errors.
Encrypt encrypts data with given algorithm and returns encrypted data and errors.
VerifyKey verify the password.
# Variables
KeyMemory in KiB.
KeySize is 32 bytes (256 bits).
XChaCha variables.
XChaCha variables.
MethodsAvailable is a list of available methods.
in bytes.
in bytes.