crypto.SignerOpts.HashFunc (method)

6 uses

	crypto (current package)
		crypto.go#L223: 	HashFunc() Hash
		crypto.go#L249: 	if opts.HashFunc() != 0 {
		crypto.go#L250: 		h := opts.HashFunc().New()

	crypto/ecdsa
		ecdsa.go#L434: 	h := opts.HashFunc()

	crypto/ed25519
		ed25519.go#L104: 	hash := opts.HashFunc()

	crypto/rsa
		rsa.go#L163: 	return SignPKCS1v15(rand, priv, opts.HashFunc(), digest)