Fp2Operations

inverseFp2 inverseFp2(struct Fp2Operations.Fp2Point value) → struct Fp2Operations.Fp2Point result internal

addFp2 addFp2(struct Fp2Operations.Fp2Point value1, struct Fp2Operations.Fp2Point value2) → struct Fp2Operations.Fp2Point internal

scalarMulFp2 scalarMulFp2(struct Fp2Operations.Fp2Point value, uint256 scalar) → struct Fp2Operations.Fp2Point internal

minusFp2 minusFp2(struct Fp2Operations.Fp2Point diminished, struct Fp2Operations.Fp2Point subtracted) → struct Fp2Operations.Fp2Point difference internal

mulFp2 mulFp2(struct Fp2Operations.Fp2Point value1, struct Fp2Operations.Fp2Point value2) → struct Fp2Operations.Fp2Point result internal

squaredFp2 squaredFp2(struct Fp2Operations.Fp2Point value) → struct Fp2Operations.Fp2Point internal

isEqual isEqual(struct Fp2Operations.Fp2Point value1, struct Fp2Operations.Fp2Point value2) → bool internal