Documentation ¶
Index ¶
- Variables
- type Signature
- func (*Signature) Descriptor() ([]byte, []int)deprecated
- func (x *Signature) GetAlgorithm() int32
- func (x *Signature) GetPubKey() []byte
- func (x *Signature) GetSig() []byte
- func (*Signature) ProtoMessage()
- func (x *Signature) ProtoReflect() protoreflect.Message
- func (x *Signature) Reset()
- func (x *Signature) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_crypto_pb_signature_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Signature ¶
type Signature struct { Algorithm int32 `protobuf:"varint,1,opt,name=algorithm,proto3" json:"algorithm,omitempty"` Sig []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"` PubKey []byte `protobuf:"bytes,3,opt,name=pubKey,proto3" json:"pubKey,omitempty"` // contains filtered or unexported fields }
func (*Signature) Descriptor
deprecated
func (*Signature) GetAlgorithm ¶
func (*Signature) ProtoMessage ¶
func (*Signature) ProtoMessage()
func (*Signature) ProtoReflect ¶
func (x *Signature) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.