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