Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
type Signer interface { // Sign takes a byte encoded message and produces a verifiable signature. Sign(msg []byte) signature.SignatureView }
Signer is an entity that can sign a payload.
Click to show internal directories.
Click to hide internal directories.