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

6 lines
76 B
C

/* for blowfish */
typedef struct {
word32 S[4][256],P[18];
} blf_ctx;