|
|||
|
|||
|
#include <m_hash.h>
Inheritance diagram for HashKeyRequest:


Public Member Functions | |
| HashKeyRequest (Module *Me, Module *Target, unsigned int *sdata) | |
| Initialize HashKeyRequest for sending. | |
You should make sure you know the state of the module before you send this class, e.g. by first sending an HashResetRequest class. The default values for the IV's are those specified in the Hash specification. Only in very special circumstances should you need to change the IV's (see for example m_cloaking.cpp)
Example:
unsigned int iv[] = { 0xFFFFFFFF, 0x00000000, 0xAAAAAAAA, 0xCCCCCCCC }; HashKeyRequest(this, HashModule, iv);
Definition at line 155 of file m_hash.h.
|
||||||||||||||||
|
Initialize HashKeyRequest for sending.
|