Documentation
¶
Overview ¶
Package share is a generated protocol buffer package.
It is generated from these files:
crypto/share/share.proto
It has these top-level messages:
PrivateShare
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateShare ¶
type PrivateShare struct { uint32 `protobuf:"varint,1,opt,name=index" json:"index,omitempty"` Share *element.Scalar `protobuf:"bytes,2,opt,name=share" json:"share,omitempty"` }Index
PrivateShare holds a share that is private for the given participant at the given index.
func (*PrivateShare) Descriptor ¶
func (*PrivateShare) Descriptor() ([]byte, []int)
func (*PrivateShare) GetIndex ¶
func (m *PrivateShare) GetIndex() uint32
func (*PrivateShare) GetShare ¶
func (m *PrivateShare) GetShare() *element.Scalar
func (*PrivateShare) ProtoMessage ¶
func (*PrivateShare) ProtoMessage()
func (*PrivateShare) Reset ¶
func (m *PrivateShare) Reset()
func (*PrivateShare) String ¶
func (m *PrivateShare) String() string
Click to show internal directories.
Click to hide internal directories.