addOrSubtract

fun addOrSubtract(a: Int, b: Int): Int

Implements both addition and subtraction -- they are the same in GF(size).

Return

sum/difference of a and b