Embedded systems coursework 2.
Fork of Crypto_light by
Revision 16:c702a2fd256e, committed 2018-03-23
- Comitter:
- trod
- Date:
- Fri Mar 23 20:04:35 2018 +0000
- Parent:
- 15:634f9c4cbab1
- Commit message:
- final
Changed in this revision
Crypto.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 634f9c4cbab1 -r c702a2fd256e Crypto.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Crypto.h Fri Mar 23 20:04:35 2018 +0000 @@ -0,0 +1,17 @@ +#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