md5.ss: MD5 Message Digest

To load: (require (lib "md5.ss"))

(md5 input-port)      PROCEDURE

(md5 bytes)      PROCEDURE

Produces a byte string containing 32 hexadecimal digits (lowercase) that is the MD5 hash of the given input-port or byte string. For example, (md5 #"abc") produces #"900150983cd24fb0d6963f7d28e17f72".