#include <md5.hpp> struct Result { // fields std::vector<Uint8> digest; // methods std::string toHexString(); };