# File lib/authlogic/crypto_providers/sha512.rb, line 49
        def matches?(crypted, *tokens)
          encrypt(*tokens) == crypted
        end