summaryrefslogtreecommitdiff
path: root/crypto/rijndael/rijndael.h
blob: 72edcc29424867aba1b3473e8e1177c91d255dd5 (plain)
1
2
3
4
5
6
7
#include "openssl/rd_fst.h"

typedef struct
    {
    u32 rd_key[4 *(MAXNR + 1)];
    int rounds;
    } RIJNDAEL_KEY;