]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - md5.c
documentation upgrade; most docu still missing but a first step is done
[avr-crypto-lib.git] / md5.c
diff --git a/md5.c b/md5.c
index 5ae22e60dbc1a4fc879caea2b684f895711efe45..3c520edf3df83af410753fc16f8dea7fa62c2659 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -1,9 +1,10 @@
 /* 
- * File:       md5.h
- * Author:     Daniel Otte
- * Date:       31.07.2006
- * License: GPL
- * Description: Implementation of the MD5 hash algorithm as described in RFC 1321
+ * \file       md5.c
+ * \author     Daniel Otte
+ * \date       31.07.2006
+ * \par License:
+ * GPL
+ * \brief Implementation of the MD5 hash algorithm as described in RFC 1321
  * 
  */