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