pub(crate) struct KeyScheduleResumption {
ks: KeyScheduleSuite,
resumption_master_secret: OkmBlock,
}
Fields§
§ks: KeyScheduleSuite
§resumption_master_secret: OkmBlock
Implementations§
Source§impl KeyScheduleResumption
impl KeyScheduleResumption
pub(crate) fn derive_ticket_psk(&self, nonce: &[u8]) -> OkmBlock
Auto Trait Implementations§
impl Freeze for KeyScheduleResumption
impl !RefUnwindSafe for KeyScheduleResumption
impl Send for KeyScheduleResumption
impl Sync for KeyScheduleResumption
impl Unpin for KeyScheduleResumption
impl !UnwindSafe for KeyScheduleResumption
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