Enum strobe_rs::SecParam [−][src]
#[repr(usize)]pub enum SecParam { B128, B256, }
Security parameter. Choice of 128 or 256 bits.
Variants
B128B256
Trait Implementations
impl Clone for SecParam[src]
impl Clone for SecParamfn clone(&self) -> SecParam[src]
fn clone(&self) -> SecParamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SecParam[src]
impl Copy for SecParam