golang.org/x/crypto/openpgp/packet.SignatureV3.SigType (field)
6 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L558: suffix[0] = byte(sig.SigType)
public_key_v3.go#L196: suffix[0] = byte(sig.SigType)
signature_v3.go#L24: SigType SignatureType
signature_v3.go#L58: sig.SigType = SignatureType(buf[0])
signature_v3.go#L109: buf[0] = byte(sig.SigType)
golang.org/x/crypto/openpgp
read.go#L391: sigType = sig.SigType
![]() |
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. |