new(hash_digest_class: ActiveRecord::Encryption.config.hash_digest_class)
public

No documentation available.

# File activerecord/lib/active_record/encryption/key_generator.rb, line 11
      def initialize(hash_digest_class: ActiveRecord::Encryption.config.hash_digest_class)
        @hash_digest_class = hash_digest_class
      end