Versions in this module Expand all Collapse all v0 v0.2.1 Apr 23, 2024 v0.2.0 Apr 22, 2024 Changes in this version + func GetCiphertext(ct *sessions.Ciphertext) (*pb.Ciphertext, error) + func GetCircuitDesc(cd circuits.Descriptor) *pb.CircuitDescriptor + func GetComputeEvent(event compute.Event) *pb.ComputeEvent + func GetNodeEvent(event node.Event) *pb.NodeEvent + func GetProtocolDesc(pd *protocols.Descriptor) *pb.ProtocolDescriptor + func GetProtocolEvent(event protocols.Event) *pb.ProtocolEvent + func GetSetupEvent(event setup.Event) *pb.SetupEvent + func GetShare(s *protocols.Share) (*pb.Share, error) + func ToCiphertext(apiCt *pb.Ciphertext) (*sessions.Ciphertext, error) + func ToCircuitDesc(apiCd *pb.CircuitDescriptor) *circuits.Descriptor + func ToComputeEvent(apiEvent *pb.ComputeEvent) compute.Event + func ToNodeEvent(apiEvent *pb.NodeEvent) node.Event + func ToProtocolDesc(apiPD *pb.ProtocolDescriptor) *protocols.Descriptor + func ToProtocolEvent(apiEvent *pb.ProtocolEvent) protocols.Event + func ToSetupEvent(apiEvent *pb.SetupEvent) setup.Event + func ToShare(s *pb.Share) (protocols.Share, error)