Files
interactive/gms/SKBB/sdkfreebsd64/libs/libmcrypt-2.5.7/modules/algorithms/des.h
T
2026-08-07 17:38:18 +09:00

8 lines
121 B
C

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