NX 1.0.3
niu2x's base c++ helper library
载入中...
搜索中...
未找到
| 命名空间 | 函数
digest.h 文件参考
#include <nx/type.h>
digest.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  nx::digest::MD5
 MD5 algorithm 更多...
 
class  nx::digest::CRC32
 This class NX_API describes crc 32 algorithm. 更多...
 
class  nx::digest::SHA256
 
struct  nx::digest::SHA256::SHA256_Context
 

命名空间

namespace  nx
 root namespace
 
namespace  nx::digest
 digest namespace
 

函数

NX_API String nx::digest::md5 (const uint8_t *data, size_t len)
 
NX_API String nx::digest::md5 (const char *data)
 
NX_API String nx::digest::sha256 (const uint8_t *data, size_t len)
 
NX_API String nx::digest::sha256 (const char *data)
 
NX_API uint32_t nx::digest::crc32 (const uint8_t *data, size_t len)
 
NX_API uint32_t nx::digest::crc32 (const char *data)