func golang.org/x/crypto/openpgp.detachSign

4 uses

	golang.org/x/crypto/openpgp (current package)
		write.go#L24: 	return detachSign(w, signer, message, packet.SigTypeBinary, config)
		write.go#L39: 	return detachSign(w, signer, message, packet.SigTypeText, config)
		write.go#L55: 	err = detachSign(out, signer, message, sigType, config)
		write.go#L62: func detachSign(w io.Writer, signer *Entity, message io.Reader, sigType packet.SignatureType, config *packet.Config) (err error) {