Encrypt or decrypt a buffer.
Source position: idea.pp line 75
| procedure CipherIdea( | 
| Input: TIdeaCryptData; | 
| out outdata: TIdeaCryptData; | 
| z: TIDEAKey | 
| ); | 
| Input | 
 | Data to be encrypted/decrypted. | 
| outdata | 
 | Decrypted/Encrypted data. | 
| z | 
 | Key to use for Encryption/Decryption. | 
CipherIdea encrypts or decrypts a buffer with data (Input) using key z. The resulting encrypted or decrypted data is returned in Output.
None.
| 
 | Create an IDEA encryption key from a user key. | |
| 
 | Create a decryption key from an encryption key. | |
| 
 | IDEA encryption stream. | |
| 
 | IDEA Decryption stream. |