Trait hkdf::HmacImpl

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

Sealed trait implemented for Hmac and SimpleHmac.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<H: OutputSizeUser, T: Sealed<H>> HmacImpl<H> for T