Skip to content

Commit 595d2d6

Browse files
committed
Add doc comment and new line at EOF
1 parent 3855f1c commit 595d2d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/ssh_data/public_key/sked25519.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ def self.algorithm_identifier
1212
ALGO_SKED25519
1313
end
1414

15+
# RFC4253 binary encoding of the public key.
16+
#
17+
# Returns a binary String.
1518
def rfc4253
1619
Encoding.encode_fields(
1720
[:string, algo],
@@ -29,4 +32,4 @@ def ==(other)
2932
end
3033
end
3134
end
32-
end
35+
end

0 commit comments

Comments
 (0)