pub type HmacComponentType<H, const L: usize> = HmacDriver<'static, H, L>;
pub struct HmacComponentType<H, const L: usize> { /* private fields */ }