pub enum KeyVariants {
Falcon,
Dilithium,
}Expand description
KeyVariants enum represents different types of keys.
- Falcon: Uses Falcon key variant.
- Dilithium: Uses Dilithium key variant.
Variants§
Trait Implementations§
Source§impl Debug for KeyVariants
impl Debug for KeyVariants
Source§impl PartialEq for KeyVariants
impl PartialEq for KeyVariants
impl StructuralPartialEq for KeyVariants
Auto Trait Implementations§
impl Freeze for KeyVariants
impl RefUnwindSafe for KeyVariants
impl Send for KeyVariants
impl Sync for KeyVariants
impl Unpin for KeyVariants
impl UnwindSafe for KeyVariants
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