pub fn aes128_encrypt(
    key: Key128,
    nonce: Nonce,
    counter: U32,
    msg: &ByteSeq
) -> ByteSeq