Struct tomcrypt_sys::symmetric_LRW [] [src]

#[repr(C)]
pub struct symmetric_LRW { pub cipher: c_int, pub IV: [c_uchar; 16], pub tweak: [c_uchar; 16], pub pad: [c_uchar; 16], pub key: symmetric_key, pub PC: [[[c_uchar; 16]; 256]; 16], }

A LRW structure

Fields

The index of the cipher chosen (must be a 128-bit block cipher)

The current IV

the tweak key

The current pad, it's the product of the first 15 bytes against the tweak key

The scheduled symmetric key

The pre-computed multiplication table

Trait Implementations

impl Copy for symmetric_LRW
[src]

impl Clone for symmetric_LRW
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more