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

8 lines
128 B
Plaintext

typedef struct des_key {
char kn[16][8];
word32 sp[8][64];
char iperm[16][16][8];
char fperm[16][16][8];
} DES_KEY;