pub struct AlgorithmNames {
pub kem: &'static str,
pub dsa: &'static str,
}Expand description
Algorithm names for a security level
Fields§
§kem: &'static strKEM algorithm name
dsa: &'static strDSA algorithm name
Trait Implementations§
Source§impl Clone for AlgorithmNames
impl Clone for AlgorithmNames
Source§fn clone(&self) -> AlgorithmNames
fn clone(&self) -> AlgorithmNames
Returns a duplicate of the value. Read more
1.0.0 · 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 AlgorithmNames
impl Debug for AlgorithmNames
impl Copy for AlgorithmNames
Auto Trait Implementations§
impl Freeze for AlgorithmNames
impl RefUnwindSafe for AlgorithmNames
impl Send for AlgorithmNames
impl Sync for AlgorithmNames
impl Unpin for AlgorithmNames
impl UnwindSafe for AlgorithmNames
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