MCPcopy Create free account
hub / github.com/diasurgical/devilution / SHA1Clear

Function SHA1Clear

Source/sha.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28SHA1Context sgSHA1[3];
29
30void SHA1Clear()
31{
32 memset(sgSHA1, 0, sizeof(sgSHA1));
33}
34
35void SHA1Result(int n, char Message_Digest[SHA1HashSize])
36{

Callers 3

codec_decodeFunction · 0.85
codec_init_keyFunction · 0.85
codec_encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected