TAY

Fork of Crypto_light by Edward Stott

Revision:
4:0da19393bd57
Parent:
3:85c6ee25cf3e
Child:
5:06cd9c8afa0b
--- a/MD5.cpp	Wed Sep 11 17:22:40 2013 +0000
+++ b/MD5.cpp	Thu Sep 12 10:18:57 2013 +0000
@@ -1,3 +1,8 @@
+/**
+    Implementation of MD5 as described here:
+    http://tools.ietf.org/html/rfc1321
+*/
+
 #include "MD5.h"
 #include <string.h>