Public Member Functions | |
| BlowFish (const uint8 *keyData, int keyBytes) | |
| Creates an object that can encode/decode based on the specified key. | |
| BlowFish (const BlowFish &other) | |
| Creates a copy of another blowfish object. | |
| const BlowFish & | operator= (const BlowFish &other) |
| Copies another blowfish object. | |
| ~BlowFish () | |
| Destructor. | |
| void | encrypt (uint32 &data1, uint32 &data2) const |
| Encrypts a pair of 32-bit integers. | |
| void | decrypt (uint32 &data1, uint32 &data2) const |
| Decrypts a pair of 32-bit integers. | |
|
||||||||||||
|
Creates an object that can encode/decode based on the specified key. The key data can be up to 72 bytes long. |
|
|
Creates a copy of another blowfish object.
|
|
|
Destructor.
|
|
|
Copies another blowfish object.
|
|
||||||||||||
|
Encrypts a pair of 32-bit integers.
|
|
||||||||||||
|
Decrypts a pair of 32-bit integers.
|