const golang.org/x/crypto/ssh.KeyAlgoSKED25519
7 uses
golang.org/x/crypto/ssh (current package)
certs.go#L442: KeyAlgoSKED25519: CertAlgoSKED25519v01,
certs.go#L527: case KeyAlgoSKECDSA256, CertAlgoSKECDSA256v01, KeyAlgoSKED25519, CertAlgoSKED25519v01:
keys.go#L43: KeyAlgoSKED25519 = "sk-ssh-ed25519@openssh.com"
keys.go#L70: case KeyAlgoSKED25519:
keys.go#L831: return KeyAlgoSKED25519
keys.go#L862: KeyAlgoSKED25519,
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. |