Pointer to TBlowFishKey array.
Source position: blowfish.pp line 37
type PBlowFishKey = ^TBlowFishKey;
PBlowFishKey is a simple pointer to a TBlowFishKey array.
TBlowFishKey
Array to hold Blowfish encryption keys.