Type Alias aes::Block

source ·
pub type Block = GenericArray<u8, U16>;
Expand description

128-bit AES block

Aliased Type§

struct Block { /* private fields */ }