const golang.org/x/crypto/ssh.KeyAlgoED25519
11 uses
golang.org/x/crypto/ssh (current package)
certs.go#L441: KeyAlgoED25519: CertAlgoED25519v01,
common.go#L78: KeyAlgoED25519,
keys.go#L42: KeyAlgoED25519 = "ssh-ed25519"
keys.go#L68: case KeyAlgoED25519:
keys.go#L552: return KeyAlgoED25519
keys.go#L577: KeyAlgoED25519,
keys.go#L1366: case KeyAlgoED25519:
server.go#L287: case KeyAlgoRSA, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519,
golang.org/x/crypto/ssh/agent
client.go#L572: Type: ssh.KeyAlgoED25519,
client.go#L583: Type: ssh.KeyAlgoED25519,
server.go#L513: case ssh.KeyAlgoED25519:
 |
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. |