Struct wolf_crypto_sys::Hmac
source · #[repr(C)]pub struct Hmac {
pub hash: wc_HmacHash,
pub ipad: [word32; 36],
pub opad: [word32; 36],
pub innerHash: [word32; 16],
pub heap: *mut c_void,
pub macType: byte,
pub innerHashKeyed: byte,
}Fields§
§hash: wc_HmacHash§ipad: [word32; 36]§opad: [word32; 36]§innerHash: [word32; 16]§heap: *mut c_void§macType: byte§innerHashKeyed: byteTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hmac
impl RefUnwindSafe for Hmac
impl !Send for Hmac
impl !Sync for Hmac
impl Unpin for Hmac
impl UnwindSafe for Hmac
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)