Struct mbedtls_sys::ripemd160_context
[−]
[src]
#[repr(C)]pub struct ripemd160_context { pub total: [uint32_t; 2], pub state: [uint32_t; 5], pub buffer: [c_uchar; 64], }
Fields
total: [uint32_t; 2]
state: [uint32_t; 5]
buffer: [c_uchar; 64]
Trait Implementations
impl Copy for ripemd160_context[src]
impl Clone for ripemd160_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