Description

Computes MD5 (RFC1321) checksums

Author

Christophe Devine, wrapped in Scheme by felix

Version

Requires

Usage

(require-extension md5)

Download

md5.egg

Documentation

Digest Procedures

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.

procedure: (md5:digest OBJECT)

Returns the MD5 checksum of OBJECT as a hex string.

procedure: (md5:binary-digest OBJECT)

Returns the MD5 checksum of OBJECT as a string.

procedure: (md5:primitive)

Returns the MD5 checksum primitive object.

License

(c) by Christophe Devine
This program is licensed under the GPL.