Struct riot_sys::hmac_context_t
source · #[repr(C)]pub struct hmac_context_t {
pub c_in: sha256_context_t,
pub c_out: sha256_context_t,
}
Expand description
@brief Context for HMAC operations based on sha256
Fields§
§c_in: sha256_context_t
Context for inner hash calculation
c_out: sha256_context_t
Context for outer hash calculation
Trait Implementations§
source§impl Clone for hmac_context_t
impl Clone for hmac_context_t
source§fn clone(&self) -> hmac_context_t
fn clone(&self) -> hmac_context_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more