MCPcopy 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
119u32 CRCUpdateBlock(u32 crc, u64 length)
120{
121 return GF32Multiply(crc, CRCExp8(length), ccitttable.polynom);
122}

Callers

nothing calls this directly

Calls 2

GF32MultiplyFunction · 0.85
CRCExp8Function · 0.85

Tested by

no test coverage detected