Embedded systems coursework 2.

Fork of Crypto_light by Edward Stott

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"