Enum strobe_rs::SecParam[][src]

#[repr(usize)]
pub enum SecParam { B128, B256, }

Security parameter. Choice of 128 or 256 bits.

Variants

Trait Implementations

impl Clone for SecParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SecParam
[src]

Auto Trait Implementations

impl Send for SecParam

impl Sync for SecParam