const crypto/x509.Ed25519

9 uses

	crypto/x509 (current package)
		x509.go#L229: 	Ed25519
		x509.go#L236: 	Ed25519: "Ed25519",
		x509.go#L352: 	{PureEd25519, "Ed25519", oidSignatureEd25519, Ed25519, crypto.Hash(0) /* no pre-hashing */},
		x509.go#L466: 		return Ed25519
		x509.go#L825: 		if pubKeyAlgo != Ed25519 {
		x509.go#L858: 		if pubKeyAlgo != Ed25519 {
		x509.go#L1002: 	case Ed25519:
		x509.go#L2042: 		pubType = Ed25519
		x509.go#L2065: 			if hashFunc == 0 && pubType != Ed25519 {