Struct tomcrypt_sys::symmetric_F8 [] [src]

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

A block cipher F8 structure

Fields

The index of the cipher chosen

The block size of the given cipher

The padding offset

The current IV

The current IV

Current block count

The scheduled key

Trait Implementations

impl Copy for symmetric_F8
[src]

impl Clone for symmetric_F8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more