Struct tomcrypt_sys::f9_state [] [src]

#[repr(C)]
pub struct f9_state { pub akey: [c_uchar; 128], pub ACC: [c_uchar; 128], pub IV: [c_uchar; 128], pub key: symmetric_key, pub cipher: c_int, pub buflen: c_int, pub keylen: c_int, pub blocksize: c_int, }

Fields

Trait Implementations

impl Copy for f9_state
[src]

impl Clone for f9_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more