const golang.org/x/crypto/ssh.KeyAlgoSKECDSA256
6 uses
golang.org/x/crypto/ssh (current package)
certs.go#L440: KeyAlgoSKECDSA256: CertAlgoSKECDSA256v01,
certs.go#L527: case KeyAlgoSKECDSA256, CertAlgoSKECDSA256v01, KeyAlgoSKED25519, CertAlgoSKED25519v01:
keys.go#L39: KeyAlgoSKECDSA256 = "sk-ecdsa-sha2-nistp256@openssh.com"
keys.go#L66: case KeyAlgoSKECDSA256:
keys.go#L720: return KeyAlgoSKECDSA256
server.go#L287: case KeyAlgoRSA, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |