pub struct PublicKey1024(/* private fields */);Expand description
An ML-KEM-1024 public key.
Use ML-KEM-768 unless you have a good reason to need this larger size.
Implementations§
Source§impl PublicKey1024
impl PublicKey1024
Auto Trait Implementations§
impl Freeze for PublicKey1024
impl RefUnwindSafe for PublicKey1024
impl Send for PublicKey1024
impl Sync for PublicKey1024
impl Unpin for PublicKey1024
impl UnsafeUnpin for PublicKey1024
impl UnwindSafe for PublicKey1024
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