pub(crate) type Block = Array<u8, U64>;
#[repr(transparent)]pub(crate) struct Block(pub [u8; 64]);
0: [u8; 64]