|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
MD5哈希算法结构体 更多...
#include <md5.hpp>
静态 Public 成员函数 | |
| static byte_vector | hash (cbyte_view data) |
| 计算MD5哈希值 | |
| static string | hash_hex (cbyte_view data) |
| 计算MD5哈希值的十六进制表示 | |