Files
interactive/application/sp-console(down)/Common/mcrypt-2.5.7/algorithms/blowfish.h
T
2026-08-07 17:38:18 +09:00

6 lines
81 B
C

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