enum PqdsaKeyKind {
MlDsa44,
MlDsa65,
MlDsa87,
}Variants§
Implementations§
Source§impl PqdsaKeyKind
impl PqdsaKeyKind
fn iter() -> impl Iterator<Item = Self>
fn to_alg(self) -> &'static PqdsaSigningAlgorithm
fn scheme(&self) -> SignatureScheme
fn alg_id(&self) -> AlgorithmIdentifier
Trait Implementations§
Source§impl Clone for PqdsaKeyKind
impl Clone for PqdsaKeyKind
Source§fn clone(&self) -> PqdsaKeyKind
fn clone(&self) -> PqdsaKeyKind
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 moreimpl Copy for PqdsaKeyKind
Auto Trait Implementations§
impl Freeze for PqdsaKeyKind
impl RefUnwindSafe for PqdsaKeyKind
impl Send for PqdsaKeyKind
impl Sync for PqdsaKeyKind
impl Unpin for PqdsaKeyKind
impl UnsafeUnpin for PqdsaKeyKind
impl UnwindSafe for PqdsaKeyKind
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