Module crypt

Module crypt 

Source

Structs§

CipherContext
Struct to provide context information for data encryption/decryption.

Enums§

Algorithm
Supported cipher algorithms.
Cipher
Cipher object to encrypt/decrypt data.

Constants§

AES_128_XTS_KEY_LENGTH
AES_256_GCM_KEY_LENGTH
AES_256_XTS_KEY_LENGTH
AES_XTS_IV_LENGTH
DATA_UNIT_LENGTH
PADDING_LENGTH
PADDING_MAGIC_END

Functions§

decrypt_with_context
encrypt_with_context