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


Public Member Functions | |
| HashSumRequest (Module *Me, Module *Target, const std::string &sdata) | |
| Initialize HashSumRequest 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 hash will be returned when you call Send().
Example:
// ALWAYS ALWAYS reset first, or set your own IV and hex chars. HashResetRequest(this, HashModule).Send(); // Get the Hash sum of the string 'doodads'. std::string result = HashSumRequest(this, HashModule, "doodads").Send();
Definition at line 130 of file m_hash.h.
|
||||||||||||||||
|
Initialize HashSumRequest for sending.
|