Struct mbedtls_sys::sha512_context
[−]
[src]
#[repr(C)]pub struct sha512_context { pub total: [uint64_t; 2], pub state: [uint64_t; 8], pub buffer: [c_uchar; 128], pub is384: c_int, }
Fields
total: [uint64_t; 2]
state: [uint64_t; 8]
buffer: [c_uchar; 128]
is384: c_int
Trait Implementations
impl Copy for sha512_context[src]
impl Clone for sha512_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