#ifndef GUARD_MLOPEN_MD5_HPP
#define GUARD_MLOPEN_MD5_HPP

#include <string>

namespace miopen {

std::string md5(std::string s);

} // namespace miopen

#endif
