Interface for MD5 sums

Contains functions to calculate MD5 sums.

Functions

std::string md5(void *data, int number_of_bytes)

calculate md5 sum of a data block in memory

std::string md5(const std::string &filename)

calculate md5 sum of a file on disk