type golang.org/x/crypto/ssh.skEd25519PublicKey

5 uses

	golang.org/x/crypto/ssh (current package)
		keys.go#L823: type skEd25519PublicKey struct {
		keys.go#L830: func (k *skEd25519PublicKey) Type() string {
		keys.go#L849: 	key := new(skEd25519PublicKey)
		keys.go#L856: func (k *skEd25519PublicKey) Marshal() []byte {
		keys.go#L869: func (k *skEd25519PublicKey) Verify(data []byte, sig *Signature) error {