Struct bearssl_sys::br_aes_ct64_cbcenc_keys [] [src]

#[repr(C)]
pub struct br_aes_ct64_cbcenc_keys { pub vtable: *const br_block_cbcenc_class, pub skey: [u64; 30], pub num_rounds: c_uint, }

Fields

Trait Implementations

impl Debug for br_aes_ct64_cbcenc_keys
[src]

Formats the value using the given formatter.

impl Copy for br_aes_ct64_cbcenc_keys
[src]

impl Clone for br_aes_ct64_cbcenc_keys
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for br_aes_ct64_cbcenc_keys
[src]

Returns the "default value" for a type. Read more