MCPcopy Create free account
hub / github.com/DOSNetwork/core / Suite

Struct Suite

group/bn256/suite.go:17–22  ·  view source on GitHub ↗

Suite implements the pairing.Suite interface for the BN256 bilinear pairing.

Source from the content-addressed store, hash-verified

15
16// Suite implements the pairing.Suite interface for the BN256 bilinear pairing.
17type Suite struct {
18 *commonSuite
19 g1 *groupG1
20 g2 *groupG2
21 gt *groupGT
22}
23
24// NewSuite generates and returns a new BN256 pairing suite.
25func NewSuite() *Suite {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected