Type Alias aes::Block

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

128-bit AES block

Aliased Type§

struct Block(pub [u8; 16]);

Fields§

§0: [u8; 16]