pub struct PublicKey768(/* private fields */);Expand description
An ML-KEM-768 public key.
Implementations§
Source§impl PublicKey768
impl PublicKey768
Auto Trait Implementations§
impl Freeze for PublicKey768
impl RefUnwindSafe for PublicKey768
impl Send for PublicKey768
impl Sync for PublicKey768
impl Unpin for PublicKey768
impl UnsafeUnpin for PublicKey768
impl UnwindSafe for PublicKey768
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