[Overview][Constants][Types][Classes][Index] Reference for unit 'BlowFish' (#fcl)

TBFBlock

Internal Blowfish data structure

Declaration

Source position: blowfish.pp line 33

type TBFBlock = array [0..1] of LongInt;

Description

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.

See also

TBlowFish

  

Class implementing Blowfish encryption/decryption

TBlowFishEnCryptStream

  

On-the-fly Blowfish encryption stream

TBlowFishDeCryptStream

  

On-the-fly Blowfish decryption stream


Documentation generated on: May 14 2021