Union bearssl::br_des_gen_cbcdec_keys [] [src]

#[repr(C)]
pub union br_des_gen_cbcdec_keys { pub vtable: *const br_block_cbcdec_class, pub c_tab: br_des_tab_cbcdec_keys, pub c_ct: br_des_ct_cbcdec_keys, // some fields omitted }

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

Fields

vtable: *const br_block_cbcdec_class c_tab: br_des_tab_cbcdec_keys c_ct: br_des_ct_cbcdec_keys

Trait Implementations

impl Copy for br_des_gen_cbcdec_keys
[src]

impl Clone for br_des_gen_cbcdec_keys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more