golang.org/x/crypto/openpgp/packet.Signature.SignKey (method)
3 uses
golang.org/x/crypto/openpgp/packet (current package)
signature.go#L589: func (sig *Signature) SignKey(pub *PublicKey, priv *PrivateKey, config *Config) error {
golang.org/x/crypto/openpgp
keys.go#L581: err = e.Subkeys[0].Sig.SignKey(e.Subkeys[0].PublicKey, e.PrivateKey, config)
keys.go#L616: err = subkey.Sig.SignKey(subkey.PublicKey, e.PrivateKey, config)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |