Files
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;