[][src]Function cryptohelpers::aes::decrypt_stream_sync

pub async fn decrypt_stream_sync<F: ?Sized, T: ?Sized, '_, '_, '_>(
    key: &'_ AesKey,
    from: &'_ mut F,
    to: &'_ mut T
) -> Result<usize, Error> where
    F: Read,
    T: Write

Decrypt a stream into another using a key