func golang.org/x/crypto/ssh.parseSKEd25519

2 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L71: 		return parseSKEd25519(in)
		keys.go#L834: func parseSKEd25519(in []byte) (out PublicKey, rest []byte, err error) {