mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
Update vendor dependencies
This commit is contained in:
parent
34a3fe426b
commit
459bb4531f
747 changed files with 89857 additions and 39711 deletions
3
vendor/golang.org/x/crypto/ssh/keys.go
generated
vendored
3
vendor/golang.org/x/crypto/ssh/keys.go
generated
vendored
|
@ -276,7 +276,8 @@ type PublicKey interface {
|
|||
Type() string
|
||||
|
||||
// Marshal returns the serialized key data in SSH wire format,
|
||||
// with the name prefix.
|
||||
// with the name prefix. To unmarshal the returned data, use
|
||||
// the ParsePublicKey function.
|
||||
Marshal() []byte
|
||||
|
||||
// Verify that sig is a signature on the given data using this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue