pub struct KyberPublicKey(/* private fields */);Expand description
Kyber Public Key (byte representation).
§Security Note
No direct byte access is provided. Use explicit methods for serialization.
Implementations§
Trait Implementations§
Source§impl Clone for KyberPublicKey
impl Clone for KyberPublicKey
Source§fn clone(&self) -> KyberPublicKey
fn clone(&self) -> KyberPublicKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KyberPublicKey
impl Debug for KyberPublicKey
Source§impl Serialize for KyberPublicKey
impl Serialize for KyberPublicKey
Auto Trait Implementations§
impl Freeze for KyberPublicKey
impl RefUnwindSafe for KyberPublicKey
impl Send for KyberPublicKey
impl Sync for KyberPublicKey
impl Unpin for KyberPublicKey
impl UnwindSafe for KyberPublicKey
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