Struct tomcrypt_sys::omac_state [] [src]

#[repr(C)]
pub struct omac_state { pub cipher_idx: c_int, pub buflen: c_int, pub blklen: c_int, pub block: [c_uchar; 128], pub prev: [c_uchar; 128], pub Lu: [[c_uchar; 128]; 2], pub key: symmetric_key, }

Fields

Trait Implementations

impl Copy for omac_state
[src]

impl Clone for omac_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more