增加SHA256
This commit is contained in:
@@ -7,6 +7,7 @@ namespace ylib
|
||||
namespace codec
|
||||
{
|
||||
ylib::buffer sha1(const ylib::buffer& data);
|
||||
ylib::buffer sha256(const ylib::buffer& data);
|
||||
std::string md5(const ylib::buffer& data);
|
||||
std::string to_utf8(const std::string& gbk);
|
||||
std::string to_gbk(const std::string& utf8);
|
||||
|
||||
Reference in New Issue
Block a user