-- RSA LAB import Data.Char type Message = [Int] stringToMessage::String -> Message stringToMessage = map ord