golang.org/x/crypto/openpgp/packet.PublicKey.Fingerprint (field)
6 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L157: Fingerprint [20]byte
public_key.go#L310: copy(pk.Fingerprint[:], fingerPrint.Sum(nil))
public_key.go#L311: pk.KeyId = binary.BigEndian.Uint64(pk.Fingerprint[12:20])
public_key.go#L711: return fmt.Sprintf("%X", pk.Fingerprint[12:20])
public_key.go#L717: return fmt.Sprintf("%X", pk.Fingerprint[16:20])
golang.org/x/crypto/openpgp
read.go#L175: fpr := string(pk.key.PublicKey.Fingerprint[:])
![]() |
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. |