Module include_crypt_crypto::aes[][src]

Constants

AES_KEY_LEN

Default key length (AES-256)

AES_NONCE_LEN

Nonce length (AES-256)

Functions

aes_decrypt

Decrypts the specified data with the AES CFB cipher.

aes_encrypt

Encrypts the specified data with the AES CFB cipher.