Expand description
Components for collections of HMACs.
§Usage
let hmac = components::hmac::HmacComponent::new(
board_kernel,
chip.hmac,
)
.finalize(components::hmac_component_static!(
lowrisc::hmac::Hmac,
32
));