pub type A64Bytes<N> = Aligned<A64, GenericArray<u8, N>>;
An alias representing 64-byte aligned bytes, mainly to save typing
pub struct A64Bytes<N> { /* private fields */ }