#include <md5.hpp> struct Result { // fields Digest digest; // methods std::string toHexString() const; bool operator==(const Result& other); bool operator!=(const Result& other); };