[][src]Module dup_crypto::aes256

Aes256 encryption/decryption

Structs

Aes256

AES-256 block cipher instance

Functions

decrypt_bytes

Decrypt bytes. The length of the bytes slice must be a multiple of 16 ! Panics if the length of the bytes slice is not a multiple of 16.

encrypt_bytes

Encrypt bytes. The length of the bytes slice must be a multiple of 16 ! Panics if the length of the bytes slice is not a multiple of 16.

new_cipher

Create cipher from seed of 32 bytes