Small AES_ECB with T-box

Dependents:   BLE_LED_ADC_BBC BLE_BBC_LSM303 BLE_BBC_LSM303_MAG BLE_BBC_LSM303_MAG ... more

Revision:
1:0075ec28b9dd
Parent:
0:27d3a972ad80
Child:
2:4997f825ee95
--- a/small_aes.h	Wed Oct 10 14:09:25 2012 +0000
+++ b/small_aes.h	Wed Oct 10 22:46:20 2012 +0000
@@ -24,7 +24,7 @@
 #ifndef _SMALL_AES_H_
 #define _SMALL_AES_H_
 
-#include "mbed.h"
+#include "string.h"
 
 #ifdef __cplusplus
     extern "C" {