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:
8:a090264e9b2d
Parent:
0:7a1237bd2d13
Child:
9:e34e076fb223
--- a/Crypto.h	Sat Sep 14 18:21:32 2013 +0000
+++ b/Crypto.h	Sat Sep 14 20:54:59 2013 +0000
@@ -3,6 +3,8 @@
 
 #include "AES.h"
 #include "RC4.h"
+#include "DES.h"
+#include "TDES.h"
 
 #include "MD2.h"
 #include "MD5.h"