Method: Authlogic::CryptoProviders::Sha512.stretches
- Defined in:
- lib/authlogic/crypto_providers/sha512.rb
permalink .stretches ⇒ Object
The number of times to loop through the encryption.
18 19 20 |
# File 'lib/authlogic/crypto_providers/sha512.rb', line 18 def stretches @stretches ||= 20 end |