struct EE::System::MD5::Result

#include <md5.hpp>

struct Result {
    // fields

    Digest digest;

    // methods

    std::string toHexString() const;
    bool operator==(const Result& other);
    bool operator!=(const Result& other);
};