crypto/ed25519.Options.Hash (field)

6 uses

	crypto/ed25519 (current package)
		ed25519.go#L122: 	Hash crypto.Hash
		ed25519.go#L130: func (o *Options) HashFunc() crypto.Hash { return o.Hash }
		ed25519.go#L200: 	return VerifyWithOptions(publicKey, message, sig, &Options{Hash: crypto.Hash(0)}) == nil
		ed25519.go#L223: 	case opts.Hash == crypto.SHA512: // Ed25519ph
		ed25519.go#L225: 	case opts.Hash == crypto.Hash(0) && opts.Context != "": // Ed25519ctx
		ed25519.go#L230: 	case opts.Hash == crypto.Hash(0): // Ed25519