crypto.SignerOpts.HashFunc (method)
4 uses
crypto (current package)
crypto.go#L206: HashFunc() Hash
crypto/ecdsa
ecdsa.go#L262: h := opts.HashFunc()
crypto/ed25519
ed25519.go#L98: hash := opts.HashFunc()
crypto/rsa
rsa.go#L163: return SignPKCS1v15(rand, priv, opts.HashFunc(), digest)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)