pub trait HmacImpl<H: OutputSizeUser>: Sealed<H> { }
Expand description
Sealed trait implemented for Hmac
and SimpleHmac
.
Object Safety§
This trait is not object safe.
pub trait HmacImpl<H: OutputSizeUser>: Sealed<H> { }
Sealed trait implemented for Hmac
and SimpleHmac
.