Files
interactive/application/sp-console(down)/Common/.svn/pristine/51/5138738ff09f55ac2b41febceb366afa422f03b8.svn-base
T
2026-08-07 17:38:18 +09:00

10 lines
151 B
Plaintext

typedef struct triple_des_key {
char kn[3][16][8];
word32 sp[3][8][64];
char iperm[16][16][8];
char fperm[16][16][8];
} TRIPLEDES_KEY;