pub fn aes256_encrypt_block(
    k: Key256,
    input: Block,
    nk: usize,
    nr: usize
) -> Block