Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 6, 2024
1 parent 697890c commit eaeb76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/net/ntlm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def split7(str)
ret
end

# Not sure what this is doing
# Each byte of a DES key contains seven bits of key material and one odd-parity bit.
# The parity bit should be set so that there are an odd number of 1 bits in each byte.
# @param [String] str String to generate keys for
# @api private
def gen_keys(str)
Expand Down

0 comments on commit eaeb76a

Please sign in to comment.