Sign in
flutter
/
third_party
/
openssl
/
98499135d762343c4419928359a372f6f3270b76
/
.
/
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
;