This library implements some hash and cryptographic algorithms.

Dependents:   ES_CW2_Starter_JIN EMBEDDED_CW2 EMBEDDED_CW2_Final Spinnybois ... more

Fork of Crypto by Francois Berder

Revision:
15:634f9c4cbab1
Parent:
14:f04410cef037
--- a/Crypto.h	Sun May 11 13:36:45 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#ifndef CRYPTO_H
-#define CRYPTO_H
-
-#include "AES.h"
-#include "RC4.h"
-#include "DES.h"
-#include "TDES.h"
-
-#include "MD2.h"
-#include "MD4.h"
-#include "MD5.h"
-#include "SHA1.h"
-#include "SHA2.h"
-
-#include "HMAC.h"
-
-#endif