ccRTP 2.1.2
|
Structure that contains a prepared Twofish key. More...
#include <twofish.h>
Data Fields | |
Twofish_UInt32 | s [4][256] |
Twofish_UInt32 | K [40] |
Structure that contains a prepared Twofish key.
A cipher key is used in two stages. In the first stage it is converted form the original form to an internal representation. This internal form is then used to encrypt and decrypt data. This structure contains the internal form. It is rather large: 4256 bytes on a platform with 32-bit unsigned values.
Treat this as an opague structure, and don't try to manipulate the elements in it. I wish I could hide the inside of the structure, but C doesn't allow that.
Twofish_UInt32 Twofish_key::K[40] |
Twofish_UInt32 Twofish_key::s[4][256] |