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

6 lines
81 B
Plaintext

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