const crypto/x509.Ed25519

9 uses

	crypto/x509 (current package)
		parser.go#L292: 	case Ed25519:
		x509.go#L228: 	Ed25519
		x509.go#L235: 	Ed25519: "Ed25519",
		x509.go#L351: 	{PureEd25519, "Ed25519", oidSignatureEd25519, Ed25519, crypto.Hash(0) /* no pre-hashing */},
		x509.go#L465: 		return Ed25519
		x509.go#L836: 		if pubKeyAlgo != Ed25519 {
		x509.go#L874: 		if pubKeyAlgo != Ed25519 {
		x509.go#L1388: 		pubType = Ed25519
		x509.go#L1411: 			if hashFunc == 0 && pubType != Ed25519 {