The BlowfishECB type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | block | Single block cache. |
![]() ![]() | BLOCK_SIZE | The block size in bytes. |
![]() | isWeakKey | 1 if a weak key was detected, 0 if not and -1 if it hasn't
been determined yet. |
![]() ![]() | MAX_KEY_LENGTH | The maximum and recommended key size in bytes. |
![]() | pbox | Runtime p-box. |
![]() ![]() | PBOX_INIT | The P-box initialization data. |
![]() ![]() | SBOX_INIT_1 | The first S-box initialization data. |
![]() ![]() | SBOX_INIT_2 | The second S-box initialization data. |
![]() ![]() | SBOX_INIT_3 | The third S-box initialization data. |
![]() ![]() | SBOX_INIT_4 | The fourth S-box initialization data. |
![]() | sbox1 | Runtime s-box #1. |
![]() | sbox2 | Runtime s-box #2. |
![]() | sbox3 | Runtime s-box #3. |
![]() | sbox4 | Runtime s-box #4. |