Struct mbedtls_sys::sha256_context
[−]
[src]
#[repr(C)]pub struct sha256_context { pub total: [uint32_t; 2], pub state: [uint32_t; 8], pub buffer: [c_uchar; 64], pub is224: c_int, }
Fields
total: [uint32_t; 2]
state: [uint32_t; 8]
buffer: [c_uchar; 64]
is224: c_int
Trait Implementations
impl Copy for sha256_context[src]
impl Clone for sha256_context[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more