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