# File lib/dnsruby/dnssec.rb, line 140
    def self.set_hints(hints)
      @@root_verifier.set_hints(hints)
      @@anchor_verifier.set_hints(hints)
    end