Deleted Added
sdiff udiff text old ( 69587 ) new ( 76259 )
full compact
1#ifndef _RIJNDAEL_H_
2#define _RIJNDAEL_H_
3
4/* 1. Standard types for AES cryptography source code */
5
6typedef u_int8_t u1byte; /* an 8 bit unsigned character type */
7typedef u_int16_t u2byte; /* a 16 bit unsigned integer type */
8typedef u_int32_t u4byte; /* a 32 bit unsigned integer type */

--- 23 unchanged lines hidden ---