components

Module sha

Source
Expand description

Components for collections of SHA.

§Usage

   let sha = components::sha::ShaComponent::new(
       board_kernel,
       chip.sha,
   )
   .finalize(components::sha_component_static!(
       lowrisc::sha::Sha,
       32,
   ));

Structs§