Struct bearssl_sys::br_hmac_key_context [] [src]

#[repr(C)]
pub struct br_hmac_key_context { pub dig_vtable: *const br_hash_class, pub ksi: [c_uchar; 64], pub kso: [c_uchar; 64], }

Fields

Trait Implementations

impl Default for br_hmac_key_context
[src]

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