deb2c1a1c5
Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
7 lines
118 B
C
7 lines
118 B
C
#include "openssl/rd_fst.h"
|
|
|
|
typedef struct
|
|
{
|
|
u32 rd_key[4 *(MAXNR + 1)];
|
|
int rounds;
|
|
} RIJNDAEL_KEY;
|