golang.org/x/crypto/openpgp/packet.SignatureV3.HashTag (field)
7 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L563: if hashBytes[0] != sig.HashTag[0] || hashBytes[1] != sig.HashTag[1] {
public_key_v3.go#L201: if hashBytes[0] != sig.HashTag[0] || hashBytes[1] != sig.HashTag[1] {
signature_v3.go#L29: HashTag [2]byte
signature_v3.go#L85: if _, err = readFull(r, sig.HashTag[:2]); err != nil {
signature_v3.go#L128: copy(buf[2:4], 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. |