Struct bearssl_sys::br_hmac_context [] [src]

#[repr(C)]
pub struct br_hmac_context { pub dig: br_hash_compat_context, pub kso: [c_uchar; 64], pub out_len: usize, }

Fields

Trait Implementations

impl Default for br_hmac_context
[src]

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