| 54 | |
| 55 | |
| 56 | uint RSCoder16::gfAdd(uint a,uint b) // Addition in Galois field. |
| 57 | { |
| 58 | return a^b; |
| 59 | } |
| 60 | |
| 61 | |
| 62 | uint RSCoder16::gfMul(uint a,uint b) // Multiplication in Galois field. |
nothing calls this directly
no outgoing calls
no test coverage detected