Documentation ¶
Overview ¶
Package pb is a generated protocol buffer package.
It is generated from these files:
pb/message.proto
It has these top-level messages:
SignatureShare
Index ¶
- Variables
- type SignatureShare
- func (*SignatureShare) Descriptor() ([]byte, []int)
- func (this *SignatureShare) Equal(that interface{}) bool
- func (m *SignatureShare) GetSenderID() uint32
- func (m *SignatureShare) GetShare() []byte
- func (this *SignatureShare) GoString() string
- func (m *SignatureShare) Marshal() (dAtA []byte, err error)
- func (m *SignatureShare) MarshalTo(dAtA []byte) (int, error)
- func (*SignatureShare) ProtoMessage()
- func (m *SignatureShare) Reset()
- func (m *SignatureShare) Size() (n int)
- func (this *SignatureShare) String() string
- func (m *SignatureShare) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthMessage = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMessage = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type SignatureShare ¶
type SignatureShare struct { // generation process. SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"` Share []byte `protobuf:"bytes,2,opt,name=share,proto3" json:"share,omitempty"` }
SignatureShare represents one share from the sender of a signature on a given piece of data. The data is not reflected in the message itself; instead, it is expected that all members will know the data that is being signed.
func (*SignatureShare) Descriptor ¶
func (*SignatureShare) Descriptor() ([]byte, []int)
func (*SignatureShare) Equal ¶
func (this *SignatureShare) Equal(that interface{}) bool
func (*SignatureShare) GetSenderID ¶
func (m *SignatureShare) GetSenderID() uint32
func (*SignatureShare) GetShare ¶
func (m *SignatureShare) GetShare() []byte
func (*SignatureShare) GoString ¶
func (this *SignatureShare) GoString() string
func (*SignatureShare) Marshal ¶
func (m *SignatureShare) Marshal() (dAtA []byte, err error)
func (*SignatureShare) ProtoMessage ¶
func (*SignatureShare) ProtoMessage()
func (*SignatureShare) Reset ¶
func (m *SignatureShare) Reset()
func (*SignatureShare) Size ¶
func (m *SignatureShare) Size() (n int)
func (*SignatureShare) String ¶
func (this *SignatureShare) String() string
func (*SignatureShare) Unmarshal ¶
func (m *SignatureShare) Unmarshal(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.