File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ type PublicKey interface {
276
276
Type () string
277
277
278
278
// Marshal returns the serialized key data in SSH wire format,
279
- // with the name prefix.
279
+ // with the name prefix. To unmarshal the returned data, use
280
+ // the ParsePublicKey function.
280
281
Marshal () []byte
281
282
282
283
// Verify that sig is a signature on the given data using this
Original file line number Diff line number Diff line change @@ -276,7 +276,8 @@ type PublicKey interface {
276
276
Type() string
277
277
278
278
// Marshal returns the serialized key data in SSH wire format,
279
- // with the name prefix.
279
+ // with the name prefix. To unmarshal the returned data, use
280
+ // the ParsePublicKey function.
280
281
Marshal() []byte
281
282
282
283
// Verify that sig is a signature on the given data using this
You can’t perform that action at this time.
0 commit comments