CMS 3D CMS Logo

List of all members | Public Attributes
BLOWFISH_CTX Struct Reference

#include <blowfish.h>

Public Attributes

uInt32 P [16+2]
 
uInt32 S [4][256]
 

Detailed Description

Definition at line 39 of file blowfish.h.

Member Data Documentation

◆ P

uInt32 BLOWFISH_CTX::P[16+2]

Definition at line 40 of file blowfish.h.

Referenced by Blowfish_Decrypt(), Blowfish_Encrypt(), and Blowfish_Init().

◆ S

uInt32 BLOWFISH_CTX::S[4][256]

Definition at line 41 of file blowfish.h.

Referenced by Blowfish_Init(), and F().