Computes MD5 (RFC1321) checksums
Christophe Devine, wrapped in Scheme by felix
The acceptable input objects for the digest procedures are strings, input-ports, byte-vectors, or anything that can be converted to a byte-vector. See message-digest for more information.
Returns the MD5 checksum of OBJECT as a hex string.
Returns the MD5 checksum of OBJECT as a string.
Returns the MD5 checksum primitive object.
(c) by Christophe Devine This program is licensed under the GPL.