method
hash_digest_class
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::KeyGenerator
hash_digest_class()public
No documentation available.
# File activesupport/lib/active_support/key_generator.rb, line 23
def hash_digest_class
@hash_digest_class ||= OpenSSL::Digest::SHA1
end