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

Trait Implementations

impl Copy for sha512_context
[src]

impl Clone for sha512_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for sha512_context
[src]

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