#include <des.h>
Inheritance diagram for DES_EDE3_Encryption:

Public Methods | |
| DES_EDE3_Encryption (const byte *userKey,unsigned int=0) | |
| void | ProcessBlock (const byte *inBlock,byte *outBlock)const |
| encrypt or decrypt one block, may assume inBlock != outBlock. More... | |
| void | ProcessBlock (byte *inoutBlock)const |
| encrypt or decrypt one block in place. More... | |
Definition at line 85 of file des.h.
|
|
|
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. |
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000