Function parity_crypto::aes::inplace_decrypt_128_ctr
source · [−]Expand description
Decrypt a message (CTR mode).
Key (k
) length and initialisation vector (iv
) length have to be 16 bytes each.
An error is returned if the input lengths are invalid.