GaloisField class
Constructors
- GaloisField(int pp, int size, int base)
Properties
Methods
-
addOrSub(
int a, int b) → int -
divide(
int a, int b) → int -
invers(
int num) → int -
multiply(
int a, int b) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
zero(
) → GFPoly
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited