# File lib/rack/auth/digest/md5.rb, line 24
        def initialize(app)
          super
          @passwords_hashed = nil
        end