MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / gfAdd

Method gfAdd

Libraries/unrar/rs16.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56uint RSCoder16::gfAdd(uint a,uint b) // Addition in Galois field.
57{
58 return a^b;
59}
60
61
62uint RSCoder16::gfMul(uint a,uint b) // Multiplication in Galois field.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected