Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_cosmos_crypto_secp256r1_keys_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PrivKey ¶
type PrivKey struct { // secret number serialized using big-endian encoding Secret []byte `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
PrivKey defines a secp256r1 ECDSA private key.
func (*PrivKey) Descriptor
deprecated
func (*PrivKey) ProtoMessage ¶
func (*PrivKey) ProtoMessage()
func (*PrivKey) ProtoReflect ¶
func (x *PrivKey) ProtoReflect() protoreflect.Message
type PubKey ¶
type PubKey struct { // Point on secp256r1 curve in a compressed representation as specified in section // 4.3.6 of ANSI X9.62: https://webstore.ansi.org/standards/ascx9/ansix9621998 Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
PubKey defines a secp256r1 ECDSA public key.
func (*PubKey) Descriptor
deprecated
func (*PubKey) ProtoMessage ¶
func (*PubKey) ProtoMessage()
func (*PubKey) ProtoReflect ¶
func (x *PubKey) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.