pub struct PublicKey<'a>(/* private fields */);
Expand description
A Classic McEliece public key. These are very large compared to keys in most other cryptographic algorithms.
Implementations§
Trait Implementations§
impl ZeroizeOnDrop for PublicKey<'_>
Auto Trait Implementations§
impl<'a> Freeze for PublicKey<'a>
impl<'a> RefUnwindSafe for PublicKey<'a>
impl<'a> Send for PublicKey<'a>
impl<'a> Sync for PublicKey<'a>
impl<'a> Unpin for PublicKey<'a>
impl<'a> !UnwindSafe for PublicKey<'a>
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