This is md5.egg.info, produced by makeinfo version 4.7 from
eggdoc-output.texi.

INFO-DIR-SECTION The Algorithmic Language Scheme
START-INFO-DIR-ENTRY
* md5.egg: (md5.egg).		Computes MD5 (RFC1321) checksums
END-INFO-DIR-ENTRY


File: md5.egg.info,  Node: Top,  Next: About this egg,  Up: (dir)

md5 egg
*******

Computes MD5 (RFC1321) checksums

Written by Christophe Devine, wrapped in Scheme by felix
(mailto:felix@call-with-current-continuation.org)

   This manual corresponds to version 1.1 of the md5 extension library
for Chicken Scheme.

* Menu:

* About this egg::
* Documentation::
* License::
* Index::


File: md5.egg.info,  Node: About this egg,  Next: Documentation,  Prev: Top,  Up: Top

1 About this egg
****************

* Menu:

* Version history::
* Requirements::
* Usage::


File: md5.egg.info,  Node: Version history,  Next: Requirements,  Up: About this egg

1.1 Version history
===================

`1.1'
     Added dependency on message-digest egg

`1.0'
     Initial release


File: md5.egg.info,  Node: Requirements,  Next: Usage,  Prev: Version history,  Up: About this egg

1.2 Requirements
================

This egg requires the following extensions:

   `message-digest'


File: md5.egg.info,  Node: Usage,  Prev: Requirements,  Up: About this egg

1.3 Usage
=========

Load this egg like so:

   `(require-extension md5)'


File: md5.egg.info,  Node: Documentation,  Next: License,  Prev: About this egg,  Up: Top

2 Documentation
***************

* Menu:

* Digest Procedures::


File: md5.egg.info,  Node: Digest Procedures,  Up: Documentation

2.1 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
(http://www.call-with-current-continuation.org/eggs/message-digest.html)
for more information.

 -- procedure: md5:digest
          (md5:digest OBJECT)

     Returns the MD5 checksum of `OBJECT' as a hex 					string.

 -- procedure: md5:binary-digest
          (md5:binary-digest OBJECT)

     Returns the MD5 checksum of `OBJECT' as a string.

 -- procedure: md5:primitive
          (md5:primitive)

     Returns the MD5 checksum primitive object.


File: md5.egg.info,  Node: License,  Next: Index,  Prev: Documentation,  Up: Top

3 License
*********


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


File: md5.egg.info,  Node: Index,  Prev: License,  Up: Top

Index
*****

 [index ]
* Menu:

* md5:binary-digest:                     Digest Procedures.    (line 18)
* md5:digest:                            Digest Procedures.    (line 13)
* md5:primitive:                         Digest Procedures.    (line 23)



Tag Table:
Node: Top227
Node: About this egg616
Node: Version history797
Node: Requirements1005
Node: Usage1208
Node: Documentation1361
Node: Digest Procedures1519
Node: License2248
Node: Index2420

End Tag Table
