Module aes_frast::aes_with_operation_mode [] [src]

The aes_with_operation_mode mod provides operation modes such as CBC and OFB, and so on.

aes_with_operation_mode

aes_with_operation_mode allows you to use AES with operation modes like CBC, CFB and so on.

Functions

cbc_dec

CBC (Cipher Block Chaining) Decryption

cbc_enc

CBC (Cipher Block Chaining) Encryption

cfb_dec

CFB (Cipher Feedback) Decryption

cfb_enc

CFB (Cipher Feedback) Encryption

ecb_dec

ECB (Electronic Codebook) Decryption

ecb_enc

ECB (Electronic Codebook) Encryption

ofb_enc_dec

OFB (Output Feedback) Encryption and Decryption

pcbc_dec

PCBC (Propagating Cipher Block Chaining) Decryption (Experimental)

pcbc_enc

PCBC (Propagating Cipher Block Chaining) Encryption (Experimental)