Union bearssl::br_des_gen_cbcenc_keys [] [src]

#[repr(C)]
pub union br_des_gen_cbcenc_keys { pub vtable: *const br_block_cbcenc_class, pub tab: br_des_tab_cbcenc_keys, pub ct: br_des_ct_cbcenc_keys, // some fields omitted }

\brief Aggregate structure large enough to be used as context for subkeys (CBC encryption) for all DES implementations.

Fields

vtable: *const br_block_cbcenc_class tab: br_des_tab_cbcenc_keys ct: br_des_ct_cbcenc_keys

Trait Implementations

impl Copy for br_des_gen_cbcenc_keys
[src]

impl Clone for br_des_gen_cbcenc_keys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more