Struct tlspuffin::tls::rustls::tls13::key_schedule::KeyScheduleHandshakeStart
source · pub struct KeyScheduleHandshakeStart {
ks: KeySchedule,
}
Expand description
KeySchedule during handshake.
Fields§
§ks: KeySchedule
Implementations§
source§impl KeyScheduleHandshakeStart
impl KeyScheduleHandshakeStart
pub fn derive_handshake_secrets( self, hs_hash: &[u8], key_log: &dyn KeyLog, client_random: &[u8; 32], ) -> (KeyScheduleHandshake, Prk, Prk)
Auto Trait Implementations§
impl Freeze for KeyScheduleHandshakeStart
impl RefUnwindSafe for KeyScheduleHandshakeStart
impl Send for KeyScheduleHandshakeStart
impl Sync for KeyScheduleHandshakeStart
impl Unpin for KeyScheduleHandshakeStart
impl UnwindSafe for KeyScheduleHandshakeStart
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.