pub struct PublicKey1024 { /* private fields */ }Expand description
ML-KEM-1024 encapsulation key (public key) as defined in FIPS 203.
See SecretKey1024 for a full usage example.
Implementations§
Trait Implementations§
Source§impl Clone for PublicKey1024
impl Clone for PublicKey1024
Source§impl Debug for PublicKey1024
impl Debug for PublicKey1024
impl Eq for PublicKey1024
Source§impl PartialEq for PublicKey1024
impl PartialEq for PublicKey1024
impl StructuralPartialEq for 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