golang.org/x/crypto/openpgp/packet.OnePassSignature.KeyId (field)
6 uses
golang.org/x/crypto/openpgp/packet (current package)
one_pass_signature.go#L22: KeyId uint64
one_pass_signature.go#L47: ops.KeyId = binary.BigEndian.Uint64(buf[4:12])
one_pass_signature.go#L63: binary.BigEndian.PutUint64(buf[4:12], ops.KeyId)
golang.org/x/crypto/openpgp
read.go#L257: md.SignedByKeyId = p.KeyId
read.go#L258: keys := keyring.KeysByIdUsage(p.KeyId, packet.KeyFlagSign)
write.go#L220: KeyId: signer.KeyId,
![]() |
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. |