logo
pub trait HmacImpl<H: OutputSizeUser>: Sealed<H> { }
Expand description

Sealed trait implemented for Hmac and SimpleHmac.

Implementors