Struct bearssl::br_md5sha1_context [] [src]

#[repr(C)]
pub struct br_md5sha1_context { pub vtable: *const br_hash_class, pub buf: [c_uchar; 64], pub count: u64, pub val_md5: [u32; 4], pub val_sha1: [u32; 5], }

\brief MD5+SHA-1 context.

First field is a pointer to the vtable; it is set by the initialisation function. Other fields are not supposed to be accessed by user code.

Fields

\brief Pointer to vtable for this context.

Trait Implementations

impl Copy for br_md5sha1_context
[src]

impl Clone for br_md5sha1_context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more