package
1.15.2
Repository: https://github.com/ethereum/go-ethereum.git
Documentation: pkg.go.dev

# Functions

Pair compute the optimal Ate pairing between a G1 and G2 element.
PairingCheck computes the following relation: ∏ᵢ e(Pᵢ, Qᵢ) =? 1 To explain why gnark returns a (bool, error): - If the function `e` does not return a result then internally an error is returned.

# Structs

G1 is the affine representation of a G1 group element.
G2 is the affine representation of a G2 group element.
GT is the affine representation of a GT field element.