Documentation ¶ Index ¶ type Hash func (x Hash) VDLIsZero() bool func (x *Hash) VDLRead(dec vdl.Decoder) error func (Hash) VDLReflect(struct{ ... }) func (x Hash) VDLWrite(enc vdl.Encoder) error type Signature func (x Signature) VDLIsZero() bool func (x *Signature) VDLRead(dec vdl.Decoder) error func (Signature) VDLReflect(struct{ ... }) func (x Signature) VDLWrite(enc vdl.Encoder) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Hash ¶ type Hash string func (Hash) VDLIsZero ¶ func (x Hash) VDLIsZero() bool func (*Hash) VDLRead ¶ func (x *Hash) VDLRead(dec vdl.Decoder) error func (Hash) VDLReflect ¶ func (Hash) VDLReflect(struct { Name string `vdl:"v.io/v23/security/internal/ecdsaonly.Hash"` }) func (Hash) VDLWrite ¶ func (x Hash) VDLWrite(enc vdl.Encoder) error type Signature ¶ type Signature struct { Purpose []byte Hash Hash R []byte S []byte } Signature represents a digital signature. func (Signature) VDLIsZero ¶ func (x Signature) VDLIsZero() bool func (*Signature) VDLRead ¶ func (x *Signature) VDLRead(dec vdl.Decoder) error func (Signature) VDLReflect ¶ func (Signature) VDLReflect(struct { Name string `vdl:"v.io/v23/security/internal/ecdsaonly.Signature"` }) func (Signature) VDLWrite ¶ func (x Signature) VDLWrite(enc vdl.Encoder) error Source Files ¶ View all Source files ecdsaonly.vdl.go Click to show internal directories. Click to hide internal directories.