Sign in
flutter
/
third_party
/
openssl
/
710e5d5639c8f943d73f49733382c1b787d1abb6
/
.
/
crypto
/
rijndael
/
rijndael.h
blob: 72edcc29424867aba1b3473e8e1177c91d255dd5 [
file
] [
log
] [
blame
]
#include
"openssl/rd_fst.h"
typedef
struct
{
u32 rd_key
[
4
*(
MAXNR
+
1
)];
int
rounds
;
}
RIJNDAEL_KEY
;