Type Alias DES_key_schedule

Source
pub type DES_key_schedule = DES_ks;

Aliased Type§

struct DES_key_schedule {
    pub subkeys: [[u32; 2]; 16],
}

Fields§

§subkeys: [[u32; 2]; 16]

Trait Implementations

Source§

impl Clone for DES_ks

Source§

fn clone(&self) -> DES_ks

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for DES_ks

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for DES_ks