Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Parchive/par2cmdline
/ CRCUpdateBlock
Function
CRCUpdateBlock
src/crc.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
u32 CRCUpdateBlock(u32 crc, u64 length)
120
{
121
return GF32Multiply(crc, CRCExp8(length), ccitttable.polynom);
122
}
Callers
nothing calls this directly
Calls
2
GF32Multiply
Function · 0.85
CRCExp8
Function · 0.85
Tested by
no test coverage detected