Versions in this module Expand all Collapse all v0 v0.8.2 Jun 11, 2019 Changes in this version + type JobPacket struct + Op func() (interface{}, error) + OutCh chan<- interface{} + func MakeG1MulPacket(outCh chan<- interface{}, g1 *Curve.ECP, x *Curve.BIG) *JobPacket + func MakeG2MulPacket(outCh chan<- interface{}, g2 *Curve.ECP2, x *Curve.BIG) *JobPacket + func MakePairingPacket(outCh chan<- interface{}, g1 *Curve.ECP, g2 *Curve.ECP2) *JobPacket + func New(outCh chan<- interface{}, op func() (interface{}, error)) *JobPacket