# File lib/authlogic/crypto_providers/bcrypt.rb, line 47
        def cost
          @cost ||= 10
        end