golang.org/x/crypto/ssh.ecdsaPublicKey.nistID (method)

3 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L534: 	return "ecdsa-sha2-" + k.nistID()
		keys.go#L537: func (k *ecdsaPublicKey) nistID() string {
		keys.go#L662: 		k.nistID(),