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

Trait Implementations

impl Copy for sha256_context
[src]

impl Clone for sha256_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for sha256_context
[src]

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