pub struct PQKeyPair {
pub public_key: PublicKey,
pub secret_key: SecretKey,
}Expand description
Post-quantum keypair
Fields§
§public_key: PublicKey§secret_key: SecretKeyImplementations§
Auto Trait Implementations§
impl Freeze for PQKeyPair
impl RefUnwindSafe for PQKeyPair
impl Send for PQKeyPair
impl Sync for PQKeyPair
impl Unpin for PQKeyPair
impl UnsafeUnpin for PQKeyPair
impl UnwindSafe for PQKeyPair
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