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