Method: ActiveSupport::KeyGenerator.hash_digest_class

Defined in:
activesupport/lib/active_support/key_generator.rb

.hash_digest_classObject



23
24
25
# File 'activesupport/lib/active_support/key_generator.rb', line 23

def hash_digest_class
  @hash_digest_class ||= OpenSSL::Digest::SHA1
end