In order to decrypt an encrypted message, pass the encrypted message and the to the decrypt function. (2 points)

cryptology

cipertext

key

decrypted message

decrypt(ciphertext, key) -> decrypted message