pub fn symmetric_decrypt(input: BytesMut, key: &[u8; 32]) -> Result<BytesMut>
Expand description

Decrypt the IV stored in the first 16 bytes of input and use it to decrypt the remaining bytes.