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