Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ GetCRC32
Method
GetCRC32
Libraries/unrar/hash.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
122
uint DataHash::GetCRC32()
123
{
124
return HashType==HASH_CRC32 ? CurCRC32^0xffffffff : 0;
125
}
126
127
128
bool DataHash::Cmp(HashValue *CmpValue,byte *Key)
Callers
4
ExtractACL20
Function · 0.80
DoGetComment
Method · 0.80
CalcFileSum
Function · 0.80
ExtractStreams20
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected