|
| 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_HASH & | operator= (const MD5_HASH &aOther) |
|
bool | operator== (const MD5_HASH &aOther) const |
|
bool | operator!= (const MD5_HASH &aOther) const |
|
std::string | Format (bool aCompactForm=false) |
|
◆ 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:
- 3rd_party/router/kimath/include/md5_hash.h
- 3rd_party/router/kimath/src/md5_hash.cpp