Horizon
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
MD5_HASH Class Reference

Public Member Functions

 MD5_HASH (const MD5_HASH &aOther)
 
void Init ()
 
void Hash (uint8_t *data, uint32_t length)
 
void Hash (int value)
 
void Finalize ()
 
bool IsValid () const
 
void SetValid (bool aValid)
 
MD5_HASHoperator= (const MD5_HASH &aOther)
 
bool operator== (const MD5_HASH &aOther) const
 
bool operator!= (const MD5_HASH &aOther) const
 
std::string Format (bool aCompactForm=false)
 

Member Function Documentation

◆ Format()

std::string MD5_HASH::Format ( bool  aCompactForm = false)
Returns
Build a hexadecimal string from the 16 bytes of MD5_HASH Mainly for debug purposes.
Parameters
aCompactForm= false to generate a string with spaces between each byte (2 chars) = true to generate a string filled with 32 hexadecimal chars

The documentation for this class was generated from the following files: