#include #include namespace psemek::util { std::array md5_hash(std::string_view data) { return md5_inl::hash(data); } }