inverseFp2(struct Fp2Operations.Fp2Point value) → struct Fp2Operations.Fp2Point result
internaladdFp2(struct Fp2Operations.Fp2Point value1, struct Fp2Operations.Fp2Point value2) → struct Fp2Operations.Fp2Point
internalscalarMulFp2(struct Fp2Operations.Fp2Point value, uint256 scalar) → struct Fp2Operations.Fp2Point
internalminusFp2(struct Fp2Operations.Fp2Point diminished, struct Fp2Operations.Fp2Point subtracted) → struct Fp2Operations.Fp2Point difference
internalmulFp2(struct Fp2Operations.Fp2Point value1, struct Fp2Operations.Fp2Point value2) → struct Fp2Operations.Fp2Point result
internalsquaredFp2(struct Fp2Operations.Fp2Point value) → struct Fp2Operations.Fp2Point
internalisEqual(struct Fp2Operations.Fp2Point value1, struct Fp2Operations.Fp2Point value2) → bool
internal