|
NX 1.0.3
niu2x's base c++ helper library
|
#include <digest.h>
Public 成员函数 | |
| MD5 () | |
| void | reset () |
| Resets the object. | |
| void | update (const uint8_t *input, uint32_t length) |
| append more data to calculate md5 | |
| void | finish (uint8_t digest[16]) |
| get md5 | |
| nx::digest::MD5::MD5 | ( | ) |
| void nx::digest::MD5::finish | ( | uint8_t | digest[16] | ) |
get md5
| digest | The buffer to accept md5 |
| void nx::digest::MD5::reset | ( | ) |
Resets the object.
| void nx::digest::MD5::update | ( | const uint8_t * | input, |
| uint32_t | length | ||
| ) |
append more data to calculate md5
| [in] | input | The input |
| [in] | length | The length |