Skip to content

Commit

Permalink
Update documentation to match method parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Oct 14, 2022
1 parent 2e1dec6 commit c664ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/putty/key/ppk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def derive_format_2_mac_key(passphrase)
# after padding bytes have been appended prior to encryption).
#
# @param format [Integer] The format of the .ppk file.
# @param passphrase [String] The encryption passphrase.
# @param mac_key [String] The HMAC key.
# @param encryption_type [String] The value of the Encryption field.
# @param padded_private_blob [String] The private blob after padding bytes
# have been appended prior to encryption.
Expand Down

0 comments on commit c664ebc

Please sign in to comment.