赞
踩
参考:unix - Generate sha256 with OpenSSL and C++ - Stack Overflow
代码如下:
#include "openssl/sha.h"
#include <string>
#include <iostream>
using namespace std;
inline uint64_t sha256(const string str)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。