md5-lib A high-performance C++17 library for calculating MD5 hashes
|
#include <istream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | md5_lib |
Functions | |
std::string | md5_lib::CalculateMD5 (std::istream &stream) |
Calculates the MD5 hash of a data stream. | |
std::string | md5_lib::CalculateMD5 (const unsigned char *data, std::size_t size) |
Calculates the MD5 hash of a contiguous block of memory. | |