md5.ss: MD5 Message Digest
To load: (require (lib "md5.ss"))
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
produces #"abc"
)#"900150983cd24fb0d6963f7d28e17f72"
.