Documentation ¶
Index ¶
- Variables
- type Exchange
- func (*Exchange) Descriptor() ([]byte, []int)
- func (m *Exchange) GetEpubkey() []byte
- func (m *Exchange) GetSignature() []byte
- func (m *Exchange) Marshal() (dAtA []byte, err error)
- func (m *Exchange) MarshalTo(dAtA []byte) (int, error)
- func (m *Exchange) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Exchange) ProtoMessage()
- func (m *Exchange) Reset()
- func (m *Exchange) Size() (n int)
- func (m *Exchange) String() string
- func (m *Exchange) Unmarshal(dAtA []byte) error
- func (m *Exchange) XXX_DiscardUnknown()
- func (m *Exchange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Exchange) XXX_Merge(src proto.Message)
- func (m *Exchange) XXX_Size() int
- func (m *Exchange) XXX_Unmarshal(b []byte) error
- type Propose
- func (*Propose) Descriptor() ([]byte, []int)
- func (m *Propose) GetCiphers() string
- func (m *Propose) GetExchanges() string
- func (m *Propose) GetHashes() string
- func (m *Propose) GetPubkey() []byte
- func (m *Propose) GetRand() []byte
- func (m *Propose) Marshal() (dAtA []byte, err error)
- func (m *Propose) MarshalTo(dAtA []byte) (int, error)
- func (m *Propose) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Propose) ProtoMessage()
- func (m *Propose) Reset()
- func (m *Propose) Size() (n int)
- func (m *Propose) String() string
- func (m *Propose) Unmarshal(dAtA []byte) error
- func (m *Propose) XXX_DiscardUnknown()
- func (m *Propose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Propose) XXX_Merge(src proto.Message)
- func (m *Propose) XXX_Size() int
- func (m *Propose) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Exchange ¶
type Exchange struct { Epubkey []byte `protobuf:"bytes,1,opt,name=epubkey" json:"epubkey"` Signature []byte `protobuf:"bytes,2,opt,name=signature" json:"signature"` }
func (*Exchange) Descriptor ¶
func (*Exchange) GetEpubkey ¶
func (*Exchange) GetSignature ¶
func (*Exchange) MarshalToSizedBuffer ¶
func (*Exchange) ProtoMessage ¶
func (*Exchange) ProtoMessage()
func (*Exchange) XXX_DiscardUnknown ¶
func (m *Exchange) XXX_DiscardUnknown()
func (*Exchange) XXX_Marshal ¶
func (*Exchange) XXX_Unmarshal ¶
type Propose ¶
type Propose struct { Rand []byte `protobuf:"bytes,1,opt,name=rand" json:"rand"` Pubkey []byte `protobuf:"bytes,2,opt,name=pubkey" json:"pubkey"` Exchanges string `protobuf:"bytes,3,opt,name=exchanges" json:"exchanges"` Ciphers string `protobuf:"bytes,4,opt,name=ciphers" json:"ciphers"` Hashes string `protobuf:"bytes,5,opt,name=hashes" json:"hashes"` }
func (*Propose) Descriptor ¶
func (*Propose) GetCiphers ¶
func (*Propose) GetExchanges ¶
func (*Propose) MarshalToSizedBuffer ¶
func (*Propose) ProtoMessage ¶
func (*Propose) ProtoMessage()
func (*Propose) XXX_DiscardUnknown ¶
func (m *Propose) XXX_DiscardUnknown()
func (*Propose) XXX_Marshal ¶
func (*Propose) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.