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:
9:e34e076fb223
Parent:
8:a090264e9b2d
Child:
10:bc9c23aa3870
--- a/Crypto.h	Sat Sep 14 20:54:59 2013 +0000
+++ b/Crypto.h	Mon Sep 16 08:35:36 2013 +0000
@@ -7,6 +7,7 @@
 #include "TDES.h"
 
 #include "MD2.h"
+#include "MD4.h"
 #include "MD5.h"
 #include "SHA1.h"
 #include "SHA2.h"