| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rfc.md5 - MD5 message digest This module implements MD5 message digest algorithm, defined in
RFC 1321 (RFC1321).
The module extends util.digest
(See section util.digest - Message digester framework).
The instance of this class keeps internal state of MD5 digest algorithm.
This class implements util.digest framework interface,
digest-update!, digest-final!,
digest, and digest-string.
See section util.digest - Message digester framework, for detailed explanation
of these methods.
Besides the digester framework, this module provides to short-cut procedures.
Reads data from the current input port until EOF, and returns its digest in an incomplete string.
Digest the data in string, and returns the result in an incomplete string.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by Shiro Kawai on October, 7 2008 using texi2html 1.78.