Versions in this module Expand all Collapse all v0 v0.1.0 Mar 12, 2018 Changes in this version + func PairingCheck(a []*G1, b []*G2) bool + type G1 struct + func (e *G1) Add(a, b *G1) *G1 + func (e *G1) ScalarMult(a *G1, k *big.Int) *G1 + type G2 struct