1 #ifndef WSJCPP_HASHES_H 2 #define WSJCPP_HASHES_H 9 static std::string
md5_calc_hex(
const std::string &sSource);
12 #endif // WSJCPP_HASHES_H static std::string md5_calc_hex(const std::string &sSource)
Definition: wsjcpp_hashes.cpp:21
Definition: wsjcpp_hashes.h:6
static std::string sha1_calc_hex(const std::string &sSource)
Definition: wsjcpp_hashes.cpp:9