Struct shannon::Shannon [] [src]

pub struct Shannon {
    pub R: [u32; 16],
    pub CRC: [u32; 16],
    pub initR: [u32; 16],
    pub konst: u32,
    pub sbuf: u32,
    pub mbuf: u32,
    pub nbuf: usize,
}

Fields

Methods

impl Shannon
[src]

Trait Implementations

impl Clone for Shannon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more