]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - md5.h
new, derived from old avr/crypto + cast5
[avr-crypto-lib.git] / md5.h
diff --git a/md5.h b/md5.h
new file mode 100644 (file)
index 0000000..bd91f23
--- /dev/null
+++ b/md5.h
@@ -0,0 +1,14 @@
+/* 
+ * File:       md5.h
+ * Author:     Daniel Otte
+ * Date:       31.07.2006
+ * License: GPL
+ * Description: Implementation of the MD5 hash algorithm as described in RFC 1321
+ * 
+ */
+
+
+#ifndef MD5_H_
+#define MD5_H_
+
+#endif /*MD5_H_*/