Struct flipperzero_sys::hmac_sha256_context
source · #[repr(C)]pub struct hmac_sha256_context {
pub hmac_ctx: hmac_context,
pub sha_ctx: sha256_context,
pub tmp: [u8; 128],
}Fields§
§hmac_ctx: hmac_context§sha_ctx: sha256_context§tmp: [u8; 128]Trait Implementations§
source§impl Clone for hmac_sha256_context
impl Clone for hmac_sha256_context
source§fn clone(&self) -> hmac_sha256_context
fn clone(&self) -> hmac_sha256_context
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