Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hash ¶
type Hash int
Hash specifies a hash algorithm type
func (Hash) MarshalJSON ¶
MarshalJSON is generated so Hash satisfies json.Marshaler.
func (*Hash) UnmarshalJSON ¶
UnmarshalJSON is generated so Hash satisfies json.Unmarshaler.
type Signature ¶
type Signature int
Signature specifies a signature algorithm type
func AtoSig ¶
AtoSig returns a signature algorithm type based on common string representation thereof.
func (Signature) MarshalJSON ¶
MarshalJSON is generated so Signature satisfies json.Marshaler.
func (*Signature) UnmarshalJSON ¶
UnmarshalJSON is generated so Signature satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.