Versions in this module Expand all Collapse all v0 v0.7.0 Dec 4, 2025 v0.5.0 Jul 17, 2025 Changes in this version + func FromG1Proto(p *math.G1) (*mathlib.G1, error) + func FromG1ProtoSlice(generators []*math.G1) ([]*mathlib.G1, error) + func FromZrProto(p *math.Zr) (*mathlib.Zr, error) + func ToProtoG1(s *mathlib.G1) (*math.G1, error) + func ToProtoG1Slice(input []*mathlib.G1) ([]*math.G1, error) + func ToProtoZr(s *mathlib.Zr) (*math.Zr, error)