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
Child:
8:a090264e9b2d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Crypto.h	Sat Sep 07 23:47:28 2013 +0000
@@ -0,0 +1,12 @@
+#ifndef CRYPTO_H
+#define CRYPTO_H
+
+#include "AES.h"
+#include "RC4.h"
+
+#include "MD2.h"
+#include "MD5.h"
+#include "SHA1.h"
+#include "SHA2.h"
+
+#endif