Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type H1024 ¶
type H1024 struct { Hi *H512 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo *H512 `protobuf:"bytes,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H1024) Descriptor
deprecated
func (*H1024) ProtoMessage ¶
func (*H1024) ProtoMessage()
func (*H1024) ProtoReflect ¶
func (x *H1024) ProtoReflect() protoreflect.Message
type H128 ¶
type H128 struct { Hi uint64 `protobuf:"varint,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo uint64 `protobuf:"varint,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H128) Descriptor
deprecated
func (*H128) ProtoMessage ¶
func (*H128) ProtoMessage()
func (*H128) ProtoReflect ¶
func (x *H128) ProtoReflect() protoreflect.Message
type H160 ¶
type H160 struct { Hi *H128 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo uint32 `protobuf:"varint,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H160) Descriptor
deprecated
func (*H160) ProtoMessage ¶
func (*H160) ProtoMessage()
func (*H160) ProtoReflect ¶
func (x *H160) ProtoReflect() protoreflect.Message
type H2048 ¶
type H2048 struct { Hi *H1024 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo *H1024 `protobuf:"bytes,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H2048) Descriptor
deprecated
func (*H2048) ProtoMessage ¶
func (*H2048) ProtoMessage()
func (*H2048) ProtoReflect ¶
func (x *H2048) ProtoReflect() protoreflect.Message
type H256 ¶
type H256 struct { Hi *H128 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo *H128 `protobuf:"bytes,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H256) Descriptor
deprecated
func (*H256) ProtoMessage ¶
func (*H256) ProtoMessage()
func (*H256) ProtoReflect ¶
func (x *H256) ProtoReflect() protoreflect.Message
type H512 ¶
type H512 struct { Hi *H256 `protobuf:"bytes,1,opt,name=hi,proto3" json:"hi,omitempty"` Lo *H256 `protobuf:"bytes,2,opt,name=lo,proto3" json:"lo,omitempty"` // contains filtered or unexported fields }
func (*H512) Descriptor
deprecated
func (*H512) ProtoMessage ¶
func (*H512) ProtoMessage()
func (*H512) ProtoReflect ¶
func (x *H512) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.