const crypto/x509.Ed25519

8 uses

	crypto/x509 (current package)
		x509.go#L260: 	Ed25519
		x509.go#L267: 	Ed25519: "Ed25519",
		x509.go#L378: 	{PureEd25519, "Ed25519", oidSignatureEd25519, Ed25519, crypto.Hash(0) /* no pre-hashing */},
		x509.go#L499: 		return Ed25519
		x509.go#L889: 		if pubKeyAlgo != Ed25519 {
		x509.go#L931: 		if pubKeyAlgo != Ed25519 {
		x509.go#L1436: 		pubType = Ed25519
		x509.go#L1459: 			if hashFunc == 0 && pubType != Ed25519 {