pub struct MessagePrivateKey { /* private fields */ }Expand description
The SD-APKE private key tuple sk^APKE = (sk1, sk2).
sk1: DHKEM(X25519) component (sk^AKEM)sk2: ML-KEM-768 component (sk^PQ)
Auto Trait Implementations§
impl Freeze for MessagePrivateKey
impl RefUnwindSafe for MessagePrivateKey
impl Send for MessagePrivateKey
impl Sync for MessagePrivateKey
impl Unpin for MessagePrivateKey
impl UnsafeUnpin for MessagePrivateKey
impl UnwindSafe for MessagePrivateKey
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