| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Type for holding an encyption/decryption IDEA key.
Source position: idea.pp line 59
| type TIdeaCryptKey = array [0..7] of Word; | 
The actual encryption or decryption key for IDEA is 64-bit long. This type is used to hold such a key. It can be generated with the EnKeyIDEA or DeKeyIDEA algorithms depending on whether an encryption or decryption key is needed.
| 
 | Create an IDEA encryption key from a user key. | |
| 
 | Create a decryption key from an encryption key. |