md5-lib A high-performance C++17 library for calculating MD5 hashes
Loading...
Searching...
No Matches
md5.h File Reference
#include <istream>
#include <string>
Include dependency graph for md5.h:
This graph shows which files directly or indirectly include this file:

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.