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