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:
10:bc9c23aa3870
Parent:
9:e34e076fb223
--- a/Crypto.h	Mon Sep 16 08:35:36 2013 +0000
+++ b/Crypto.h	Tue Sep 24 07:19:04 2013 +0000
@@ -12,4 +12,6 @@
 #include "SHA1.h"
 #include "SHA2.h"
 
+#include "HMAC.h"
+
 #endif