pub struct StrobeKkPqcHandshake { /* private fields */ }Expand description
In-progress KK PQC handshake — holds the ephemeral and static keys until msg2 arrives.
Implementations§
Auto Trait Implementations§
impl Freeze for StrobeKkPqcHandshake
impl RefUnwindSafe for StrobeKkPqcHandshake
impl Send for StrobeKkPqcHandshake
impl Sync for StrobeKkPqcHandshake
impl Unpin for StrobeKkPqcHandshake
impl UnsafeUnpin for StrobeKkPqcHandshake
impl UnwindSafe for StrobeKkPqcHandshake
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