Skip to main content

aes128_decrypt

Standalone Functions

aes128_decrypt_oracle

aes128_decrypt_oracle(ciphertext, N>, iv, sym_key, );

Parameters

NameType
ciphertextBoundedVec<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.