[][src]Type Definition stm32l0xx_hal::aes::Block

type Block = [u8; 16];

A 128-bit block

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