Fork of François Berder Crypto, fixed AES CBC and small rework

Dependents:   AES_example shaun_larada Smartage

Fork of Crypto by Francois Berder

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