MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / GetHash

Function GetHash

src/External/CascLib/test/CascTest.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312static const char * GetHash(LPBYTE md5_binary, char * szBuffer)
313{
314 StringFromBinary(md5_binary, MD5_HASH_SIZE, szBuffer);
315 return szBuffer;
316}
317
318static const char * GetHash(MD5_CTX & HashContext, char * szBuffer)
319{

Callers 2

Storage_EnumFilesFunction · 0.85
OnlineStorage_TestFunction · 0.85

Calls 2

StringFromBinaryFunction · 0.85
MD5_FinalFunction · 0.85

Tested by

no test coverage detected