21 SortedDictionary<byte, byte> Inv =
new SortedDictionary<byte, byte>();
Class representing arithmentic over the Galois Field GF(256) ~ ~ Z2[x]/P(x) over some irreducible pol...
static byte Subtract(byte x, byte y)
Subtracts one number from another
static byte Add(byte x, byte y)
Adds two numbers
static byte[] PowerOf2Table
Power of 2 table.
static byte Multiply(byte x, byte y)
Multiplies two numbers