Function tlspuffin::tls::key_schedule::tls13_application_traffic_secret
source ยท pub fn tls13_application_traffic_secret(
server_hello: &HandshakeHash,
server_finished: &HandshakeHash,
server_key_share: &Option<Vec<u8>>,
psk: &Option<Vec<u8>>,
group: &NamedGroup,
client: bool,
client_random: &Random,
suite: &SupportedCipherSuite,
) -> Result<(Prk, KeyScheduleTrafficWithClientFinishedPending), FnError>