#include <cast.h>
Inheritance diagram for CAST256:

Public Methods | |
| 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... | |
Protected Methods | |
| CAST256 (const byte *userKey,unsigned int keylength) | |
Protected Attributes | |
| SecBlock<word32> | K |
Definition at line 54 of file cast.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