Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
SHA1Context sgSHA1[3];
29
30
void SHA1Clear()
31
{
32
memset(sgSHA1, 0, sizeof(sgSHA1));
33
}
34
35
void SHA1Result(int n, char Message_Digest[SHA1HashSize])
36
{
Callers
3
codec_decode
Function · 0.85
codec_init_key
Function · 0.85
codec_encode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected