| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Type for holding a user IDEA key
Source position: idea.pp line 58
type TIDEAKey = array [0..keylen-1] of Word;  | 
The IDEA key should be filled by the user with some random data (say, a passphrase). This key is used to generate the actual encryption/decryption keys.
  | 
Type for holding an encryption/decryption IDEA key.  | 
|
  | 
Buffer type to hold encryption data.  |