pub type Block = Array<u8, U16>;
128-bit AES block
#[repr(transparent)]pub struct Block(pub [u8; 16]);
0: [u8; 16]