Internal Blowfish data structure.
Source position: blowfish.pp line 39
| 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/decryption. | |
| 
 | On-the-fly Blowfish encryption stream. | |
| 
 | On-the-fly Blowfish decryption stream. |