add

fun add(bytesPerDim: Int, dim: Int, a: ByteArray, b: ByteArray, result: ByteArray)

Result = a + b, where a and b are unsigned. If there is an overflow, IllegalArgumentException is thrown.