golang.org/x/crypto/openpgp/packet.SignatureV3.PubKeyAlgo (field)
9 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L567: if pk.PubKeyAlgo != sig.PubKeyAlgo {
public_key_v3.go#L205: if pk.PubKeyAlgo != sig.PubKeyAlgo {
signature_v3.go#L27: PubKeyAlgo PublicKeyAlgorithm
signature_v3.go#L72: sig.PubKeyAlgo = PublicKeyAlgorithm(buf[0])
signature_v3.go#L73: switch sig.PubKeyAlgo {
signature_v3.go#L76: err = errors.UnsupportedError("public key algorithm " + strconv.Itoa(int(sig.PubKeyAlgo)))
signature_v3.go#L89: switch sig.PubKeyAlgo {
signature_v3.go#L122: buf[0] = byte(sig.PubKeyAlgo)
signature_v3.go#L137: switch sig.PubKeyAlgo {
![]() |
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. |