Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicKey ¶
type PublicKey struct {
// contains filtered or unexported fields
}
PublicKey Public Key that follows the minisign standard; supports signify and minisign public keys
func NewPublicKey ¶
NewPublicKey implements the pki.PublicKey interface
func (PublicKey) CanonicalValue ¶
CanonicalValue implements the pki.PublicKey interface
func (PublicKey) EmailAddresses ¶ added in v0.2.0
EmailAddresses implements the pki.PublicKey interface
func (PublicKey) Identities ¶ added in v1.1.0
Identities implements the pki.PublicKey interface
type Signature ¶
type Signature struct {
// contains filtered or unexported fields
}
Signature Signature that follows the minisign standard; supports both minisign and signify generated signatures
func NewSignature ¶
NewSignature creates and validates a minisign signature object
func (Signature) CanonicalValue ¶
CanonicalValue implements the pki.Signature interface
Click to show internal directories.
Click to hide internal directories.