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