pub enum MldsaSigningKey {
V44(Box<SigningKey<MlDsa44>>),
V65(Box<SigningKey<MlDsa65>>),
V87(Box<SigningKey<MlDsa87>>),
}Variants§
Implementations§
Trait Implementations§
Source§impl TryFrom<&AttributeMap> for MldsaSigningKey
impl TryFrom<&AttributeMap> for MldsaSigningKey
Source§impl TryFrom<&MldsaSigningKey> for AttributeMap
impl TryFrom<&MldsaSigningKey> for AttributeMap
Auto Trait Implementations§
impl Freeze for MldsaSigningKey
impl RefUnwindSafe for MldsaSigningKey
impl Send for MldsaSigningKey
impl Sync for MldsaSigningKey
impl Unpin for MldsaSigningKey
impl UnwindSafe for MldsaSigningKey
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