#include <twofish.h>
Inheritance diagram for Twofish:

Protected Methods | |
| Twofish (const byte *userKey,unsigned int keylength) | |
Protected Attributes | |
| SecBlock<word32> | m_k |
| SecBlock<word32[256]> | m_s |
Static Protected Methods | |
| word32 | h0 (word32 x,const word32 *key,unsigned int kLen) |
| word32 | h (word32 x,const word32 *key,unsigned int kLen) |
Static Protected Attributes | |
| const byte | q [2][256] |
| const word32 | mds [4][256] |
Definition at line 13 of file twofish.h.
|
|
Definition at line 51 of file twofish.cpp. |
|
|
Definition at line 45 of file twofish.cpp. |
|
|
Definition at line 31 of file twofish.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000