Skip to main content

aes128_decrypt

Standalone Functions

aes128_decrypt_oracle_wrapper

aes128_decrypt_oracle_wrapper(ciphertext, iv, sym_key, );

Parameters

NameType
ciphertext[u8; N]
iv[u8; 16]
sym_key[u8; 16]

aes128_decrypt_oracle

aes128_decrypt_oracle(ciphertext, iv, sym_key, );

Parameters

NameType
ciphertext[u8; N]
iv[u8; 16]
sym_key[u8; 16]

aes_encrypt_then_decrypt

aes_encrypt_then_decrypt();

Takes no parameters.

aes_encrypt_then_decrypt_with_bad_sym_key_is_caught

aes_encrypt_then_decrypt_with_bad_sym_key_is_caught();

Takes no parameters.