(index ("string->md5sum" 0) ("file-md5sum" 133))
(def (sig (procedure "(string->md5sum str)" (id string->md5sum))) (p "Generates the MD5 hash for the given string " (tt "str") "."))
(def (sig (procedure "(file-md5sum filename)" (id file-md5sum))) (p "Generates the MD5 hash for the file named by " (tt "filename") " (uses " (tt "mmap") " on POSIX platforms)."))
