pub fn aes128_encrypt_block(
    k: Key128,
    input: Block,
    nk: usize,
    nr: usize
) -> Block