Struct tomcrypt_sys::symmetric_OFB [] [src]

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

A block cipher OFB structure

Fields

The index of the cipher chosen

The block size of the given cipher

The padding offset

The current IV

The scheduled key

Trait Implementations

impl Copy for symmetric_OFB
[src]

impl Clone for symmetric_OFB
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more