Struct mbedtls_sys::sha1_context [] [src]

#[repr(C)]
pub struct sha1_context { pub total: [uint32_t; 2], pub state: [uint32_t; 5], pub buffer: [c_uchar; 64], }

Fields

Trait Implementations

impl Copy for sha1_context
[src]

impl Clone for sha1_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for sha1_context
[src]

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