main.hs 113 B

12345678
  1. -- RSA LAB
  2. import Data.Char
  3. type Message = [Int]
  4. stringToMessage::String -> Message
  5. stringToMessage = map ord