MCPcopy Create free account
hub / github.com/axmolengine/axmol / getStringMD5Hash

Function getStringMD5Hash

core/base/Utils.cpp:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417std::string getStringMD5Hash(std::string_view str)
418{
419 return computeDigest(str, "md5"sv);
420}
421
422std::string computeDigest(std::string_view data, std::string_view algorithm, DigestPresent present)
423{

Callers 1

Calls 1

computeDigestFunction · 0.85

Tested by

no test coverage detected