pub fn encrypt_aes128(
    key: Key128,
    iv: Nonce,
    aad: &ByteSeq,
    msg: &ByteSeq
) -> (ByteSeq, Tag)