Type Alias HMAC

Source
pub type HMAC = Periph<RegisterBlock, 0x6008_d000>;
Expand description

HMAC (Hash-based Message Authentication Code) Accelerator

Aliased Type§

pub struct HMAC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for HMAC

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more