[Overview][Constants][Types][Classes][Index] |
Internal blowfish data structure
Source position: blowfish.pp line 33
type TBFBlock = array [0..1] of LongInt; |
TBFBlock is the basic data structure used by the encrypting/decrypting routines in TBlowFish, TBlowFishDeCryptStream and TBlowFishEnCryptStream. It is the basic encryption/decryption block for all encrypting/decrypting: all encrypting/decrypting happens on a TBFBlock structure.
|
Class implementing blowfish encryption/decription |
|
|
On-the-fly Blowfish encryption stream |
|
|
On-the-fly Blowfish decryption stream |