openssl/crypto/rijndael/rijndael.h
Dr. Stephen Henson deb2c1a1c5 Fix AES code.
Update Rijndael source to v3.0

Add AES OIDs.

Change most references of Rijndael to AES.

Add new draft AES ciphersuites.
2001-02-07 18:15:18 +00:00

7 lines
118 B
C

#include "openssl/rd_fst.h"
typedef struct
{
u32 rd_key[4 *(MAXNR + 1)];
int rounds;
} RIJNDAEL_KEY;