add CHD support.
[pcsx_rearmed.git] / deps / crypto / crypto_types.h
1 /*********************************************************************\r
2 * Filename:   crypto_types.h\r
3 * Author:     Brad Conte (brad AT bradconte.com)\r
4 * Copyright:\r
5 * Disclaimer: This code is presented "as is" without any guarantees.\r
6 * Details:    Defines the API for the corresponding AES implementation.\r
7 *********************************************************************/\r
8 \r
9 #ifndef CRYPTO_TYPES_H\r
10 #define CRYPTO_TYPES_H\r
11 \r
12 typedef unsigned char BYTE;             // 8-bit byte\r
13 typedef unsigned int  WORD;             // 32-bit word, change to "long" for 16-bit machines\r
14 \r
15 #endif\r