Create an IDEA encryption key from a user key.
Source position: idea.pp line 73
| procedure EnKeyIdea( | 
| UserKey: TIdeaCryptKey; | 
| out z: TIDEAKey | 
| ); | 
| UserKey | 
 | User-supplied data to generate key from. | 
| z | 
 | 64-bit Encryption key. | 
EnKeyIdea creates an IDEA encryption key from user-supplied data in UserKey. The Encryption key is stored in z.
None.
| 
 | Create a decryption key from an encryption key. | |
| 
 | Encrypt or decrypt a buffer. |