Function tsproto::algorithms::decrypt[][src]

pub fn decrypt(
    packet: &InPacket<'_>,
    generation_id: u32,
    iv: &[u8; 64],
    cache: &mut [[CachedKey; 2]; 8]
) -> Result<Vec<u8>, Error>