type golang.org/x/crypto/ssh.ed25519PublicKey
8 uses
golang.org/x/crypto/ssh (current package)
keys.go#L549: type ed25519PublicKey ed25519.PublicKey
keys.go#L551: func (k ed25519PublicKey) Type() string {
keys.go#L569: return ed25519PublicKey(w.KeyBytes), w.Rest, nil
keys.go#L572: func (k ed25519PublicKey) Marshal() []byte {
keys.go#L583: func (k ed25519PublicKey) Verify(b []byte, sig *Signature) error {
keys.go#L598: func (k ed25519PublicKey) CryptoPublicKey() crypto.PublicKey {
keys.go#L996: case ed25519PublicKey:
keys.go#L1067: return ed25519PublicKey(key), nil
![]() |
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. |