type golang.org/x/crypto/openpgp/packet.SignatureV3
13 uses
golang.org/x/crypto/openpgp/packet (current package)
packet.go#L365: p = new(SignatureV3)
public_key.go#L552: func (pk *PublicKey) VerifySignatureV3(signed hash.Hash, sig *SignatureV3) (err error) {
public_key.go#L700: func (pk *PublicKey) VerifyUserIdSignatureV3(id string, pub *PublicKey, sig *SignatureV3) (err error) {
public_key_v3.go#L190: func (pk *PublicKeyV3) VerifySignatureV3(signed hash.Hash, sig *SignatureV3) (err error) {
public_key_v3.go#L223: func (pk *PublicKeyV3) VerifyUserIdSignatureV3(id string, pub *PublicKeyV3, sig *SignatureV3) (err error) {
public_key_v3.go#L233: func (pk *PublicKeyV3) VerifyKeySignatureV3(signed *PublicKeyV3, sig *SignatureV3) (err error) {
signature_v3.go#L23: type SignatureV3 struct {
signature_v3.go#L35: func (sig *SignatureV3) parse(r io.Reader) (err error) {
signature_v3.go#L105: func (sig *SignatureV3) Serialize(w io.Writer) (err error) {
golang.org/x/crypto/openpgp
read.go#L61: SignatureV3 *packet.SignatureV3 // the signature packet if it is a v2 or v3 signature
read.go#L340: } else if scr.md.SignatureV3, ok = p.(*packet.SignatureV3); ok {
read.go#L388: case *packet.SignatureV3:
read.go#L419: case *packet.SignatureV3:
![]() |
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. |