Struct tomcrypt_sys::symmetric_CBC [] [src]

#[repr(C)]
pub struct symmetric_CBC { pub cipher: c_int, pub blocklen: c_int, pub IV: [c_uchar; 128], pub key: symmetric_key, }

A block cipher CBC structure

Fields

The index of the cipher chosen

The block size of the given cipher

The current IV

The scheduled key

Trait Implementations

impl Copy for symmetric_CBC
[src]

impl Clone for symmetric_CBC
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more