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


Public Member Functions | |
| HashResetRequest (Module *Me, Module *Target) | |
| Initialize HashResetRequest for sending. | |
This will reset the IV to the defaults specified by the Hash spec, and reset the hex sequence to "0123456789abcdef". It should be sent before ANY other Request types.
Example:
// Reset the Hash module. HashResetRequest(this, HashModule).Send();
Definition at line 105 of file m_hash.h.
|
||||||||||||
|
Initialize HashResetRequest for sending.
|