Most public API points are now documented.

This commit is contained in:
Jack Moffitt
2008-06-24 14:43:54 +00:00
parent b6027cfd7f
commit 65a174ee7e
22 changed files with 1256 additions and 64 deletions

View File

@@ -21,6 +21,10 @@
* will fill a supplied 16-byte array with the digest.
*/
/** @file
* MD5 hash.
*/
#include <string.h> /* memcpy(), memset() */
#include "md5.h"