Struct bearssl_sys::br_aes_small_cbcenc_keys [] [src]

#[repr(C)]
pub struct br_aes_small_cbcenc_keys { pub vtable: *const br_block_cbcenc_class, pub skey: [u32; 60], pub num_rounds: c_uint, }

Fields

Trait Implementations

impl Default for br_aes_small_cbcenc_keys
[src]

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