pub fn fn_decrypt_application_flight(
flight: &MessageFlight,
server_hello_transcript: &HandshakeHash,
server_finished_transcript: &HandshakeHash,
server_key_share: &Option<Vec<u8>>,
psk: &Option<Vec<u8>>,
group: &NamedGroup,
client: &bool,
sequence: &u64,
) -> Result<MessageFlight, FnError>
Expand description
Decrypt a whole flight of application messages and return a Vec of decrypted messages