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

Function SHA1Reset

Source/sha.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void SHA1Reset(int n)
139{
140 SHA1Init(&sgSHA1[n]);
141}
142
143void SHA1Init(SHA1Context *context)
144{

Callers 1

codec_init_keyFunction · 0.85

Calls 1

SHA1InitFunction · 0.85

Tested by

no test coverage detected