golang.org/x/crypto/openpgp/packet.Signature.HashTag (field)
6 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L512: if hashBytes[0] != sig.HashTag[0] || hashBytes[1] != sig.HashTag[1] {
signature.go#L42: HashTag [2]byte
signature.go#L152: _, err = readFull(r, sig.HashTag[:2])
signature.go#L503: copy(sig.HashTag[:], digest)
signature.go#L644: _, err = w.Write(sig.HashTag[:])
![]() |
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. |