golang.org/x/crypto/openpgp/packet.OnePassSignature.SigType (field)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
one_pass_signature.go#L19: SigType SignatureType
one_pass_signature.go#L45: ops.SigType = SignatureType(buf[1])
one_pass_signature.go#L56: buf[1] = uint8(ops.SigType)
golang.org/x/crypto/openpgp
read.go#L250: h, wrappedHash, err = hashForSignature(p.Hash, p.SigType)
write.go#L217: SigType: packet.SigTypeBinary,
![]() |
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. |