Documentation ¶
Index ¶
- Variables
- type DilithiumKeys
- func (*DilithiumKeys) Descriptor() ([]byte, []int)deprecated
- func (x *DilithiumKeys) GetPk() []byte
- func (x *DilithiumKeys) GetSeed() []byte
- func (x *DilithiumKeys) GetSk() []byte
- func (*DilithiumKeys) ProtoMessage()
- func (x *DilithiumKeys) ProtoReflect() protoreflect.Message
- func (x *DilithiumKeys) Reset()
- func (x *DilithiumKeys) String() string
- type DilithiumPublicKey
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_dilithium_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DilithiumKeys ¶
type DilithiumKeys struct { Sk []byte `protobuf:"bytes,1,opt,name=sk,proto3" json:"sk,omitempty"` Pk []byte `protobuf:"bytes,2,opt,name=pk,proto3" json:"pk,omitempty"` Seed []byte `protobuf:"bytes,3,opt,name=seed,proto3" json:"seed,omitempty"` // contains filtered or unexported fields }
func (*DilithiumKeys) Descriptor
deprecated
func (*DilithiumKeys) Descriptor() ([]byte, []int)
Deprecated: Use DilithiumKeys.ProtoReflect.Descriptor instead.
func (*DilithiumKeys) GetPk ¶
func (x *DilithiumKeys) GetPk() []byte
func (*DilithiumKeys) GetSeed ¶
func (x *DilithiumKeys) GetSeed() []byte
func (*DilithiumKeys) GetSk ¶
func (x *DilithiumKeys) GetSk() []byte
func (*DilithiumKeys) ProtoMessage ¶
func (*DilithiumKeys) ProtoMessage()
func (*DilithiumKeys) ProtoReflect ¶
func (x *DilithiumKeys) ProtoReflect() protoreflect.Message
func (*DilithiumKeys) Reset ¶
func (x *DilithiumKeys) Reset()
func (*DilithiumKeys) String ¶
func (x *DilithiumKeys) String() string
type DilithiumPublicKey ¶
type DilithiumPublicKey struct { Pk []byte `protobuf:"bytes,1,opt,name=pk,proto3" json:"pk,omitempty"` // contains filtered or unexported fields }
func (*DilithiumPublicKey) Descriptor
deprecated
func (*DilithiumPublicKey) Descriptor() ([]byte, []int)
Deprecated: Use DilithiumPublicKey.ProtoReflect.Descriptor instead.
func (*DilithiumPublicKey) GetPk ¶
func (x *DilithiumPublicKey) GetPk() []byte
func (*DilithiumPublicKey) ProtoMessage ¶
func (*DilithiumPublicKey) ProtoMessage()
func (*DilithiumPublicKey) ProtoReflect ¶
func (x *DilithiumPublicKey) ProtoReflect() protoreflect.Message
func (*DilithiumPublicKey) Reset ¶
func (x *DilithiumPublicKey) Reset()
func (*DilithiumPublicKey) String ¶
func (x *DilithiumPublicKey) String() string
Click to show internal directories.
Click to hide internal directories.