Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bad97183153701b09df5fae1052b1c30 > files > 1361

crystalspace-doc-1.2.1-5mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Crystal Space 1.2.1: csutil/csmd5.h File Reference (Crystal Space 1.2.1 Public API Reference)</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="head">
 <tr height="59">
  <td class="head" width="202" valign="bottom" style="padding-left:0;"><a href="http://www.crystalspace3d.org/"><img src="csblur.png" width="236" height="59" alt="CrystalSpace" border="0"></a></td>
  <td class="head"><h2>Public API Reference</h2></td>
 </tr>
 <tr height="11">
  <td colspan="2" class="headshadow" valign="top" style="padding-left:0;"><img src="csblurb.png" width="236" height="11" alt="" border="0"></td>
 </tr>
</table>
<div class="content">
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<h1>csutil/csmd5.h File Reference</h1>Independent implementation of MD5 (RFC 1321). <a href="#_details">More...</a>
<p>
<code>#include &quot;csextern.h&quot;</code><br>
<code>#include &quot;<a class="el" href="csstring_8h-source.html">csutil/csstring.h</a>&quot;</code><br>

<p>
<a href="csmd5_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcsMD5.html">csMD5</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This is an encapsulation of a C-implementation of MD5 digest algorithm by Peter Deutsch &lt;<a href="mailto:ghost@aladdin.com">ghost@aladdin.com</a>&gt;.  <a href="classcsMD5.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsMD5_1_1Digest.html">csMD5::Digest</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">An MD5 digest is 16 unsigned characters (not 0-terminated).  <a href="structcsMD5_1_1Digest.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structcsMD5_1_1md5__state__t.html">csMD5::md5_state_t</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Independent implementation of MD5 (RFC 1321). 
<p>
This code implements the MD5 Algorithm defined in RFC 1321. It is derived directly from the text of the RFC and not from the reference implementation.<p>
The original and principal author of md5.h is L. Peter Deutsch &lt;<a href="mailto:ghost@aladdin.com">ghost@aladdin.com</a>&gt;. Other authors are noted in the change history that follows (in reverse chronological order):<p>
1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); added conditionalization for C++ compilation from Martin Purschke &lt;<a href="mailto:purschke@bnl.gov">purschke@bnl.gov</a>&gt;. 1999-05-03 lpd Original version. 
<p>Definition in file <a class="el" href="csmd5_8h-source.html">csmd5.h</a>.</p>
<hr size="1"><address><small>Generated for Crystal Space 1.2.1 by 
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.5.3 
</small></address> </div></body> </html>