Skip to main content

decrypt_packet

Function decrypt_packet 

Source
pub fn decrypt_packet<const W: usize, const H: usize>(
    decoded_packet: Vec<u8>,
    keys: &SharedKeys,
) -> Option<Vec<u8>>