mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
deb2c1a1c5
Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
8 lines
118 B
C
8 lines
118 B
C
#include "openssl/rd_fst.h"
|
|
|
|
typedef struct
|
|
{
|
|
u32 rd_key[4 *(MAXNR + 1)];
|
|
int rounds;
|
|
} RIJNDAEL_KEY;
|