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) {
 |
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. |