Struct tomcrypt_sys::xcbc_state [] [src]

#[repr(C)]
pub struct xcbc_state { pub K: [[c_uchar; 128]; 3], pub IV: [c_uchar; 128], pub key: symmetric_key, pub cipher: c_int, pub buflen: c_int, pub blocksize: c_int, }

Fields

Trait Implementations

impl Copy for xcbc_state
[src]

impl Clone for xcbc_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more