pb

package
v0.0.0-...-369a1d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_beacon_gjkr_gen_pb_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EphemeralPublicKey

type EphemeralPublicKey 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 (*EphemeralPublicKey) Descriptor deprecated

func (*EphemeralPublicKey) Descriptor() ([]byte, []int)

Deprecated: Use EphemeralPublicKey.ProtoReflect.Descriptor instead.

func (*EphemeralPublicKey) GetEphemeralPublicKeys

func (x *EphemeralPublicKey) GetEphemeralPublicKeys() map[uint32][]byte

func (*EphemeralPublicKey) GetSenderID

func (x *EphemeralPublicKey) GetSenderID() uint32

func (*EphemeralPublicKey) GetSessionID

func (x *EphemeralPublicKey) GetSessionID() string

func (*EphemeralPublicKey) ProtoMessage

func (*EphemeralPublicKey) ProtoMessage()

func (*EphemeralPublicKey) ProtoReflect

func (x *EphemeralPublicKey) ProtoReflect() protoreflect.Message

func (*EphemeralPublicKey) Reset

func (x *EphemeralPublicKey) Reset()

func (*EphemeralPublicKey) String

func (x *EphemeralPublicKey) String() string

type MemberCommitments

type MemberCommitments struct {
	SenderID    uint32   `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
	Commitments [][]byte `protobuf:"bytes,2,rep,name=commitments,proto3" json:"commitments,omitempty"`
	SessionID   string   `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberCommitments) Descriptor deprecated

func (*MemberCommitments) Descriptor() ([]byte, []int)

Deprecated: Use MemberCommitments.ProtoReflect.Descriptor instead.

func (*MemberCommitments) GetCommitments

func (x *MemberCommitments) GetCommitments() [][]byte

func (*MemberCommitments) GetSenderID

func (x *MemberCommitments) GetSenderID() uint32

func (*MemberCommitments) GetSessionID

func (x *MemberCommitments) GetSessionID() string

func (*MemberCommitments) ProtoMessage

func (*MemberCommitments) ProtoMessage()

func (*MemberCommitments) ProtoReflect

func (x *MemberCommitments) ProtoReflect() protoreflect.Message

func (*MemberCommitments) Reset

func (x *MemberCommitments) Reset()

func (*MemberCommitments) String

func (x *MemberCommitments) String() string

type MemberPublicKeySharePoints

type MemberPublicKeySharePoints struct {
	SenderID             uint32   `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
	PublicKeySharePoints [][]byte `protobuf:"bytes,2,rep,name=publicKeySharePoints,proto3" json:"publicKeySharePoints,omitempty"`
	SessionID            string   `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberPublicKeySharePoints) Descriptor deprecated

func (*MemberPublicKeySharePoints) Descriptor() ([]byte, []int)

Deprecated: Use MemberPublicKeySharePoints.ProtoReflect.Descriptor instead.

func (*MemberPublicKeySharePoints) GetPublicKeySharePoints

func (x *MemberPublicKeySharePoints) GetPublicKeySharePoints() [][]byte

func (*MemberPublicKeySharePoints) GetSenderID

func (x *MemberPublicKeySharePoints) GetSenderID() uint32

func (*MemberPublicKeySharePoints) GetSessionID

func (x *MemberPublicKeySharePoints) GetSessionID() string

func (*MemberPublicKeySharePoints) ProtoMessage

func (*MemberPublicKeySharePoints) ProtoMessage()

func (*MemberPublicKeySharePoints) ProtoReflect

func (*MemberPublicKeySharePoints) Reset

func (x *MemberPublicKeySharePoints) Reset()

func (*MemberPublicKeySharePoints) String

func (x *MemberPublicKeySharePoints) String() string

type MisbehavedEphemeralKeys

type MisbehavedEphemeralKeys struct {
	SenderID    uint32            `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
	PrivateKeys map[uint32][]byte `` /* 164-byte string literal not displayed */
	SessionID   string            `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*MisbehavedEphemeralKeys) Descriptor deprecated

func (*MisbehavedEphemeralKeys) Descriptor() ([]byte, []int)

Deprecated: Use MisbehavedEphemeralKeys.ProtoReflect.Descriptor instead.

func (*MisbehavedEphemeralKeys) GetPrivateKeys

func (x *MisbehavedEphemeralKeys) GetPrivateKeys() map[uint32][]byte

func (*MisbehavedEphemeralKeys) GetSenderID

func (x *MisbehavedEphemeralKeys) GetSenderID() uint32

func (*MisbehavedEphemeralKeys) GetSessionID

func (x *MisbehavedEphemeralKeys) GetSessionID() string

func (*MisbehavedEphemeralKeys) ProtoMessage

func (*MisbehavedEphemeralKeys) ProtoMessage()

func (*MisbehavedEphemeralKeys) ProtoReflect

func (x *MisbehavedEphemeralKeys) ProtoReflect() protoreflect.Message

func (*MisbehavedEphemeralKeys) Reset

func (x *MisbehavedEphemeralKeys) Reset()

func (*MisbehavedEphemeralKeys) String

func (x *MisbehavedEphemeralKeys) String() string

type PeerShares

type PeerShares struct {
	SenderID  uint32                        `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
	Shares    map[uint32]*PeerShares_Shares `` /* 154-byte string literal not displayed */
	SessionID string                        `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerShares) Descriptor deprecated

func (*PeerShares) Descriptor() ([]byte, []int)

Deprecated: Use PeerShares.ProtoReflect.Descriptor instead.

func (*PeerShares) GetSenderID

func (x *PeerShares) GetSenderID() uint32

func (*PeerShares) GetSessionID

func (x *PeerShares) GetSessionID() string

func (*PeerShares) GetShares

func (x *PeerShares) GetShares() map[uint32]*PeerShares_Shares

func (*PeerShares) ProtoMessage

func (*PeerShares) ProtoMessage()

func (*PeerShares) ProtoReflect

func (x *PeerShares) ProtoReflect() protoreflect.Message

func (*PeerShares) Reset

func (x *PeerShares) Reset()

func (*PeerShares) String

func (x *PeerShares) String() string

type PeerShares_Shares

type PeerShares_Shares struct {
	EncryptedShareS []byte `protobuf:"bytes,1,opt,name=encryptedShareS,proto3" json:"encryptedShareS,omitempty"`
	EncryptedShareT []byte `protobuf:"bytes,2,opt,name=encryptedShareT,proto3" json:"encryptedShareT,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerShares_Shares) Descriptor deprecated

func (*PeerShares_Shares) Descriptor() ([]byte, []int)

Deprecated: Use PeerShares_Shares.ProtoReflect.Descriptor instead.

func (*PeerShares_Shares) GetEncryptedShareS

func (x *PeerShares_Shares) GetEncryptedShareS() []byte

func (*PeerShares_Shares) GetEncryptedShareT

func (x *PeerShares_Shares) GetEncryptedShareT() []byte

func (*PeerShares_Shares) ProtoMessage

func (*PeerShares_Shares) ProtoMessage()

func (*PeerShares_Shares) ProtoReflect

func (x *PeerShares_Shares) ProtoReflect() protoreflect.Message

func (*PeerShares_Shares) Reset

func (x *PeerShares_Shares) Reset()

func (*PeerShares_Shares) String

func (x *PeerShares_Shares) String() string

type PointsAccusations

type PointsAccusations struct {
	SenderID           uint32            `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
	AccusedMembersKeys map[uint32][]byte `` /* 178-byte string literal not displayed */
	SessionID          string            `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*PointsAccusations) Descriptor deprecated

func (*PointsAccusations) Descriptor() ([]byte, []int)

Deprecated: Use PointsAccusations.ProtoReflect.Descriptor instead.

func (*PointsAccusations) GetAccusedMembersKeys

func (x *PointsAccusations) GetAccusedMembersKeys() map[uint32][]byte

func (*PointsAccusations) GetSenderID

func (x *PointsAccusations) GetSenderID() uint32

func (*PointsAccusations) GetSessionID

func (x *PointsAccusations) GetSessionID() string

func (*PointsAccusations) ProtoMessage

func (*PointsAccusations) ProtoMessage()

func (*PointsAccusations) ProtoReflect

func (x *PointsAccusations) ProtoReflect() protoreflect.Message

func (*PointsAccusations) Reset

func (x *PointsAccusations) Reset()

func (*PointsAccusations) String

func (x *PointsAccusations) String() string

type SecretSharesAccusations

type SecretSharesAccusations struct {
	SenderID           uint32            `protobuf:"varint,1,opt,name=senderID,proto3" json:"senderID,omitempty"`
	AccusedMembersKeys map[uint32][]byte `` /* 178-byte string literal not displayed */
	SessionID          string            `protobuf:"bytes,3,opt,name=sessionID,proto3" json:"sessionID,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretSharesAccusations) Descriptor deprecated

func (*SecretSharesAccusations) Descriptor() ([]byte, []int)

Deprecated: Use SecretSharesAccusations.ProtoReflect.Descriptor instead.

func (*SecretSharesAccusations) GetAccusedMembersKeys

func (x *SecretSharesAccusations) GetAccusedMembersKeys() map[uint32][]byte

func (*SecretSharesAccusations) GetSenderID

func (x *SecretSharesAccusations) GetSenderID() uint32

func (*SecretSharesAccusations) GetSessionID

func (x *SecretSharesAccusations) GetSessionID() string

func (*SecretSharesAccusations) ProtoMessage

func (*SecretSharesAccusations) ProtoMessage()

func (*SecretSharesAccusations) ProtoReflect

func (x *SecretSharesAccusations) ProtoReflect() protoreflect.Message

func (*SecretSharesAccusations) Reset

func (x *SecretSharesAccusations) Reset()

func (*SecretSharesAccusations) String

func (x *SecretSharesAccusations) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL