1 /* for blowfish */
2 typedef struct {
3     word32 S[4][256],P[18];
4 } blf_ctx;
5 
6