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 {
![]() |
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. |