Embedded systems coursework 2.

Fork of Crypto_light by Edward Stott

Crypto.h

Committer:
trod
Date:
2018-03-23
Revision:
16:c702a2fd256e

File content as of revision 16:c702a2fd256e:

#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