pub struct MlDsa87KeyPair {
pub public_key: MlDsa87PublicKey,
pub secret_key: MlDsa87SecretKey,
}Expand description
ML-DSA-87 Keypair.
Fields§
§public_key: MlDsa87PublicKey§secret_key: MlDsa87SecretKeyTrait Implementations§
Source§impl Clone for MlDsa87KeyPair
impl Clone for MlDsa87KeyPair
Source§fn clone(&self) -> MlDsa87KeyPair
fn clone(&self) -> MlDsa87KeyPair
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MlDsa87KeyPair
impl Debug for MlDsa87KeyPair
impl Eq for MlDsa87KeyPair
Source§impl PartialEq for MlDsa87KeyPair
impl PartialEq for MlDsa87KeyPair
impl StructuralPartialEq for MlDsa87KeyPair
Auto Trait Implementations§
impl Freeze for MlDsa87KeyPair
impl RefUnwindSafe for MlDsa87KeyPair
impl Send for MlDsa87KeyPair
impl Sync for MlDsa87KeyPair
impl Unpin for MlDsa87KeyPair
impl UnsafeUnpin for MlDsa87KeyPair
impl UnwindSafe for MlDsa87KeyPair
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