class method
self.hash_digest_class
Ruby on Rails 8.1.2
Since v7.0.10Signature
self.hash_digest_class()
No documentation comment.
Source
# File activesupport/lib/active_support/key_generator.rb, line 23
def hash_digest_class
@hash_digest_class ||= OpenSSL::Digest::SHA1
end
Defined in activesupport/lib/active_support/key_generator.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::KeyGenerator