definition module md5 // MV ... import StdFile; getMd5DigestFromFile :: String *f -> (String,*f) | FileSystem f // ... MV //creates the message digest for the file named in the parameter getMd5DigestFromString :: String -> String //creates the message digest of the parameter string