#include <rc2.h>
Inheritance diagram for RC2Base:

Public Types | |
| enum | { BLOCKSIZE = 8 } |
Public Methods | |
| unsigned int | BlockSize ()const |
| block size of the cipher in bytes. More... | |
Protected Methods | |
| RC2Base (const byte *key,unsigned int keyLen,unsigned int effectiveLen) | |
Protected Attributes | |
| SecBlock<word16> | K |
Definition at line 13 of file rc2.h.
|
|
|
|
|
|
|
|
block size of the cipher in bytes.
Reimplemented from FixedBlockSize. |
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000