# File lib/httpauth/digest.rb, line 541
        def int_to_hex(i)
          i.to_s(16).rjust 8, '0'
        end