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:
0:7a1237bd2d13
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SHA2.h	Sat Sep 07 23:47:28 2013 +0000
@@ -0,0 +1,9 @@
+#ifndef SHA2_H
+#define SHA2_H
+
+#include "SHA224.h"
+#include "SHA256.h"
+#include "SHA384.h"
+#include "SHA512.h"
+
+#endif