MD5 functions
Overview
Header: #include <mrpt/system/md5.h>
.
Library: [mrpt-system]
// global functions std::string mrpt::system::md5(const std::string& str); std::string mrpt::system::md5(const std::vector<uint8_t>& str); std::string mrpt::system::md5(const unsigned char* data, size_t len);
Global Functions
std::string mrpt::system::md5(const std::string& str)
Computes the md5 of a block of data.
std::string mrpt::system::md5(const std::vector<uint8_t>& str)
Computes the md5 of a block of data.
std::string mrpt::system::md5(const unsigned char* data, size_t len)
Computes the md5 of a block of data.