Documentation
¶
Index ¶
- Variables
- type EphemeralPublicKeyMessage
- func (*EphemeralPublicKeyMessage) Descriptor() ([]byte, []int)deprecated
- func (x *EphemeralPublicKeyMessage) GetEphemeralPublicKeys() map[uint32][]byte
- func (x *EphemeralPublicKeyMessage) GetSenderID() uint32
- func (x *EphemeralPublicKeyMessage) GetSessionID() string
- func (*EphemeralPublicKeyMessage) ProtoMessage()
- func (x *EphemeralPublicKeyMessage) ProtoReflect() protoreflect.Message
- func (x *EphemeralPublicKeyMessage) Reset()
- func (x *EphemeralPublicKeyMessage) String() string
- type TSSRoundEightMessage
- func (*TSSRoundEightMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundEightMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundEightMessage) GetSenderID() uint32
- func (x *TSSRoundEightMessage) GetSessionID() string
- func (*TSSRoundEightMessage) ProtoMessage()
- func (x *TSSRoundEightMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundEightMessage) Reset()
- func (x *TSSRoundEightMessage) String() string
- type TSSRoundFiveMessage
- func (*TSSRoundFiveMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundFiveMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundFiveMessage) GetSenderID() uint32
- func (x *TSSRoundFiveMessage) GetSessionID() string
- func (*TSSRoundFiveMessage) ProtoMessage()
- func (x *TSSRoundFiveMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundFiveMessage) Reset()
- func (x *TSSRoundFiveMessage) String() string
- type TSSRoundFourMessage
- func (*TSSRoundFourMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundFourMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundFourMessage) GetSenderID() uint32
- func (x *TSSRoundFourMessage) GetSessionID() string
- func (*TSSRoundFourMessage) ProtoMessage()
- func (x *TSSRoundFourMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundFourMessage) Reset()
- func (x *TSSRoundFourMessage) String() string
- type TSSRoundNineMessage
- func (*TSSRoundNineMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundNineMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundNineMessage) GetSenderID() uint32
- func (x *TSSRoundNineMessage) GetSessionID() string
- func (*TSSRoundNineMessage) ProtoMessage()
- func (x *TSSRoundNineMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundNineMessage) Reset()
- func (x *TSSRoundNineMessage) String() string
- type TSSRoundOneMessage
- func (*TSSRoundOneMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundOneMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundOneMessage) GetPeersPayload() map[uint32][]byte
- func (x *TSSRoundOneMessage) GetSenderID() uint32
- func (x *TSSRoundOneMessage) GetSessionID() string
- func (*TSSRoundOneMessage) ProtoMessage()
- func (x *TSSRoundOneMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundOneMessage) Reset()
- func (x *TSSRoundOneMessage) String() string
- type TSSRoundSevenMessage
- func (*TSSRoundSevenMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundSevenMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundSevenMessage) GetSenderID() uint32
- func (x *TSSRoundSevenMessage) GetSessionID() string
- func (*TSSRoundSevenMessage) ProtoMessage()
- func (x *TSSRoundSevenMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundSevenMessage) Reset()
- func (x *TSSRoundSevenMessage) String() string
- type TSSRoundSixMessage
- func (*TSSRoundSixMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundSixMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundSixMessage) GetSenderID() uint32
- func (x *TSSRoundSixMessage) GetSessionID() string
- func (*TSSRoundSixMessage) ProtoMessage()
- func (x *TSSRoundSixMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundSixMessage) Reset()
- func (x *TSSRoundSixMessage) String() string
- type TSSRoundThreeMessage
- func (*TSSRoundThreeMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundThreeMessage) GetBroadcastPayload() []byte
- func (x *TSSRoundThreeMessage) GetSenderID() uint32
- func (x *TSSRoundThreeMessage) GetSessionID() string
- func (*TSSRoundThreeMessage) ProtoMessage()
- func (x *TSSRoundThreeMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundThreeMessage) Reset()
- func (x *TSSRoundThreeMessage) String() string
- type TSSRoundTwoMessage
- func (*TSSRoundTwoMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TSSRoundTwoMessage) GetPeersPayload() map[uint32][]byte
- func (x *TSSRoundTwoMessage) GetSenderID() uint32
- func (x *TSSRoundTwoMessage) GetSessionID() string
- func (*TSSRoundTwoMessage) ProtoMessage()
- func (x *TSSRoundTwoMessage) ProtoReflect() protoreflect.Message
- func (x *TSSRoundTwoMessage) Reset()
- func (x *TSSRoundTwoMessage) String() string
Constants ¶
This section is empty.
Variables ¶
var File_pkg_tecdsa_signing_gen_pb_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EphemeralPublicKeyMessage ¶
type EphemeralPublicKeyMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
EphemeralPublicKeys map[uint32][]byte `` /* 180-byte string literal not displayed */
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*EphemeralPublicKeyMessage) Descriptor
deprecated
func (*EphemeralPublicKeyMessage) Descriptor() ([]byte, []int)
Deprecated: Use EphemeralPublicKeyMessage.ProtoReflect.Descriptor instead.
func (*EphemeralPublicKeyMessage) GetEphemeralPublicKeys ¶
func (x *EphemeralPublicKeyMessage) GetEphemeralPublicKeys() map[uint32][]byte
func (*EphemeralPublicKeyMessage) GetSenderID ¶
func (x *EphemeralPublicKeyMessage) GetSenderID() uint32
func (*EphemeralPublicKeyMessage) GetSessionID ¶
func (x *EphemeralPublicKeyMessage) GetSessionID() string
func (*EphemeralPublicKeyMessage) ProtoMessage ¶
func (*EphemeralPublicKeyMessage) ProtoMessage()
func (*EphemeralPublicKeyMessage) ProtoReflect ¶
func (x *EphemeralPublicKeyMessage) ProtoReflect() protoreflect.Message
func (*EphemeralPublicKeyMessage) Reset ¶
func (x *EphemeralPublicKeyMessage) Reset()
func (*EphemeralPublicKeyMessage) String ¶
func (x *EphemeralPublicKeyMessage) String() string
type TSSRoundEightMessage ¶
type TSSRoundEightMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundEightMessage) Descriptor
deprecated
func (*TSSRoundEightMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundEightMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundEightMessage) GetBroadcastPayload ¶
func (x *TSSRoundEightMessage) GetBroadcastPayload() []byte
func (*TSSRoundEightMessage) GetSenderID ¶
func (x *TSSRoundEightMessage) GetSenderID() uint32
func (*TSSRoundEightMessage) GetSessionID ¶
func (x *TSSRoundEightMessage) GetSessionID() string
func (*TSSRoundEightMessage) ProtoMessage ¶
func (*TSSRoundEightMessage) ProtoMessage()
func (*TSSRoundEightMessage) ProtoReflect ¶
func (x *TSSRoundEightMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundEightMessage) Reset ¶
func (x *TSSRoundEightMessage) Reset()
func (*TSSRoundEightMessage) String ¶
func (x *TSSRoundEightMessage) String() string
type TSSRoundFiveMessage ¶
type TSSRoundFiveMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundFiveMessage) Descriptor
deprecated
func (*TSSRoundFiveMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundFiveMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundFiveMessage) GetBroadcastPayload ¶
func (x *TSSRoundFiveMessage) GetBroadcastPayload() []byte
func (*TSSRoundFiveMessage) GetSenderID ¶
func (x *TSSRoundFiveMessage) GetSenderID() uint32
func (*TSSRoundFiveMessage) GetSessionID ¶
func (x *TSSRoundFiveMessage) GetSessionID() string
func (*TSSRoundFiveMessage) ProtoMessage ¶
func (*TSSRoundFiveMessage) ProtoMessage()
func (*TSSRoundFiveMessage) ProtoReflect ¶
func (x *TSSRoundFiveMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundFiveMessage) Reset ¶
func (x *TSSRoundFiveMessage) Reset()
func (*TSSRoundFiveMessage) String ¶
func (x *TSSRoundFiveMessage) String() string
type TSSRoundFourMessage ¶
type TSSRoundFourMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundFourMessage) Descriptor
deprecated
func (*TSSRoundFourMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundFourMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundFourMessage) GetBroadcastPayload ¶
func (x *TSSRoundFourMessage) GetBroadcastPayload() []byte
func (*TSSRoundFourMessage) GetSenderID ¶
func (x *TSSRoundFourMessage) GetSenderID() uint32
func (*TSSRoundFourMessage) GetSessionID ¶
func (x *TSSRoundFourMessage) GetSessionID() string
func (*TSSRoundFourMessage) ProtoMessage ¶
func (*TSSRoundFourMessage) ProtoMessage()
func (*TSSRoundFourMessage) ProtoReflect ¶
func (x *TSSRoundFourMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundFourMessage) Reset ¶
func (x *TSSRoundFourMessage) Reset()
func (*TSSRoundFourMessage) String ¶
func (x *TSSRoundFourMessage) String() string
type TSSRoundNineMessage ¶
type TSSRoundNineMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundNineMessage) Descriptor
deprecated
func (*TSSRoundNineMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundNineMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundNineMessage) GetBroadcastPayload ¶
func (x *TSSRoundNineMessage) GetBroadcastPayload() []byte
func (*TSSRoundNineMessage) GetSenderID ¶
func (x *TSSRoundNineMessage) GetSenderID() uint32
func (*TSSRoundNineMessage) GetSessionID ¶
func (x *TSSRoundNineMessage) GetSessionID() string
func (*TSSRoundNineMessage) ProtoMessage ¶
func (*TSSRoundNineMessage) ProtoMessage()
func (*TSSRoundNineMessage) ProtoReflect ¶
func (x *TSSRoundNineMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundNineMessage) Reset ¶
func (x *TSSRoundNineMessage) Reset()
func (*TSSRoundNineMessage) String ¶
func (x *TSSRoundNineMessage) String() string
type TSSRoundOneMessage ¶
type TSSRoundOneMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
PeersPayload map[uint32][]byte `` /* 166-byte string literal not displayed */
SessionID string `protobuf:"bytes,4,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundOneMessage) Descriptor
deprecated
func (*TSSRoundOneMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundOneMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundOneMessage) GetBroadcastPayload ¶
func (x *TSSRoundOneMessage) GetBroadcastPayload() []byte
func (*TSSRoundOneMessage) GetPeersPayload ¶
func (x *TSSRoundOneMessage) GetPeersPayload() map[uint32][]byte
func (*TSSRoundOneMessage) GetSenderID ¶
func (x *TSSRoundOneMessage) GetSenderID() uint32
func (*TSSRoundOneMessage) GetSessionID ¶
func (x *TSSRoundOneMessage) GetSessionID() string
func (*TSSRoundOneMessage) ProtoMessage ¶
func (*TSSRoundOneMessage) ProtoMessage()
func (*TSSRoundOneMessage) ProtoReflect ¶
func (x *TSSRoundOneMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundOneMessage) Reset ¶
func (x *TSSRoundOneMessage) Reset()
func (*TSSRoundOneMessage) String ¶
func (x *TSSRoundOneMessage) String() string
type TSSRoundSevenMessage ¶
type TSSRoundSevenMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundSevenMessage) Descriptor
deprecated
func (*TSSRoundSevenMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundSevenMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundSevenMessage) GetBroadcastPayload ¶
func (x *TSSRoundSevenMessage) GetBroadcastPayload() []byte
func (*TSSRoundSevenMessage) GetSenderID ¶
func (x *TSSRoundSevenMessage) GetSenderID() uint32
func (*TSSRoundSevenMessage) GetSessionID ¶
func (x *TSSRoundSevenMessage) GetSessionID() string
func (*TSSRoundSevenMessage) ProtoMessage ¶
func (*TSSRoundSevenMessage) ProtoMessage()
func (*TSSRoundSevenMessage) ProtoReflect ¶
func (x *TSSRoundSevenMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundSevenMessage) Reset ¶
func (x *TSSRoundSevenMessage) Reset()
func (*TSSRoundSevenMessage) String ¶
func (x *TSSRoundSevenMessage) String() string
type TSSRoundSixMessage ¶
type TSSRoundSixMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundSixMessage) Descriptor
deprecated
func (*TSSRoundSixMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundSixMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundSixMessage) GetBroadcastPayload ¶
func (x *TSSRoundSixMessage) GetBroadcastPayload() []byte
func (*TSSRoundSixMessage) GetSenderID ¶
func (x *TSSRoundSixMessage) GetSenderID() uint32
func (*TSSRoundSixMessage) GetSessionID ¶
func (x *TSSRoundSixMessage) GetSessionID() string
func (*TSSRoundSixMessage) ProtoMessage ¶
func (*TSSRoundSixMessage) ProtoMessage()
func (*TSSRoundSixMessage) ProtoReflect ¶
func (x *TSSRoundSixMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundSixMessage) Reset ¶
func (x *TSSRoundSixMessage) Reset()
func (*TSSRoundSixMessage) String ¶
func (x *TSSRoundSixMessage) String() string
type TSSRoundThreeMessage ¶
type TSSRoundThreeMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
BroadcastPayload []byte `protobuf:"bytes,2,opt,name=broadcastPayload,proto3" json:"broadcastPayload,omitempty"`
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundThreeMessage) Descriptor
deprecated
func (*TSSRoundThreeMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundThreeMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundThreeMessage) GetBroadcastPayload ¶
func (x *TSSRoundThreeMessage) GetBroadcastPayload() []byte
func (*TSSRoundThreeMessage) GetSenderID ¶
func (x *TSSRoundThreeMessage) GetSenderID() uint32
func (*TSSRoundThreeMessage) GetSessionID ¶
func (x *TSSRoundThreeMessage) GetSessionID() string
func (*TSSRoundThreeMessage) ProtoMessage ¶
func (*TSSRoundThreeMessage) ProtoMessage()
func (*TSSRoundThreeMessage) ProtoReflect ¶
func (x *TSSRoundThreeMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundThreeMessage) Reset ¶
func (x *TSSRoundThreeMessage) Reset()
func (*TSSRoundThreeMessage) String ¶
func (x *TSSRoundThreeMessage) String() string
type TSSRoundTwoMessage ¶
type TSSRoundTwoMessage struct {
SenderID uint32 `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
PeersPayload map[uint32][]byte `` /* 166-byte string literal not displayed */
SessionID string `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
// contains filtered or unexported fields
}
func (*TSSRoundTwoMessage) Descriptor
deprecated
func (*TSSRoundTwoMessage) Descriptor() ([]byte, []int)
Deprecated: Use TSSRoundTwoMessage.ProtoReflect.Descriptor instead.
func (*TSSRoundTwoMessage) GetPeersPayload ¶
func (x *TSSRoundTwoMessage) GetPeersPayload() map[uint32][]byte
func (*TSSRoundTwoMessage) GetSenderID ¶
func (x *TSSRoundTwoMessage) GetSenderID() uint32
func (*TSSRoundTwoMessage) GetSessionID ¶
func (x *TSSRoundTwoMessage) GetSessionID() string
func (*TSSRoundTwoMessage) ProtoMessage ¶
func (*TSSRoundTwoMessage) ProtoMessage()
func (*TSSRoundTwoMessage) ProtoReflect ¶
func (x *TSSRoundTwoMessage) ProtoReflect() protoreflect.Message
func (*TSSRoundTwoMessage) Reset ¶
func (x *TSSRoundTwoMessage) Reset()
func (*TSSRoundTwoMessage) String ¶
func (x *TSSRoundTwoMessage) String() string