Struct bearssl::br_hmac_drbg_context [] [src]

#[repr(C)]
pub struct br_hmac_drbg_context { pub vtable: *const br_prng_class, pub K: [c_uchar; 64], pub V: [c_uchar; 64], pub digest_class: *const br_hash_class, }

\brief Context for HMAC_DRBG.

The context contents are opaque, except the first field, which supports OOP.

Fields

\brief Pointer to the vtable.

This field is set with the initialisation method/function.

Trait Implementations

impl Copy for br_hmac_drbg_context
[src]

impl Clone for br_hmac_drbg_context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more