[Overview][Constants][Types][Classes][Index] |
Create a new instance of the TBlowFish class
Source position: blowfish.pp line 42
public constructor TBlowFish.Create( |
Key: TBlowFishKey; |
KeySize: Integer |
); |
Key |
|
Encryption key |
KeySize |
|
Actual size of encryption key |
Create initializes a new instance of the TBlowFish class: it stores the key Key in the internal data structures so it can be used in later calls to Encrypt and Decrypt.
|
Encrypt a block |
|
|
Decrypt a block |