[][src]Function crypt4gh::header::deconstruct_header_body

pub fn deconstruct_header_body(
    encrypted_packets: Vec<Vec<u8>>,
    keys: Vec<Keys>,
    sender_pubkey: Option<Vec<u8>>
) -> Result<(Vec<Vec<u8>>, Option<Vec<u64>>)>