class ActiveRecord::Encryption::KeyGenerator

def initialize(hash_digest_class: ActiveRecord::Encryption.config.hash_digest_class)

def initialize(hash_digest_class: ActiveRecord::Encryption.config.hash_digest_class)
  @hash_digest_class = hash_digest_class
end