Type Definition stm32l0xx_hal::aes::Block

source · []
pub type Block = [u8; 16];
Expand description

A 128-bit block

The AES peripheral processes 128 bits at a time, so this represents one unit of processing.