type golang.org/x/crypto/openpgp/packet.SignatureType
12 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])
packet.go#L418: type SignatureType uint8
packet.go#L421: SigTypeBinary SignatureType = 0
signature.go#L34: SigType SignatureType
signature.go#L98: sig.SigType = SignatureType(buf[0])
signature_v3.go#L24: SigType SignatureType
signature_v3.go#L58: sig.SigType = SignatureType(buf[0])
golang.org/x/crypto/openpgp
read.go#L284: func hashForSignature(hashId crypto.Hash, sigType packet.SignatureType) (hash.Hash, hash.Hash, error) {
read.go#L366: var sigType packet.SignatureType
write.go#L50: func armoredDetachSign(w io.Writer, signer *Entity, message io.Reader, sigType packet.SignatureType, config *packet.Config) (err error) {
write.go#L62: func detachSign(w io.Writer, signer *Entity, message io.Reader, sigType packet.SignatureType, config *packet.Config) (err error) {
 |
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. |