# File lib/dnsruby/resource/NSEC3.rb, line 103
      def calculate_hash
        NSEC3.calculate_hash(@name, @iterations, @salt, @hash_alg)
      end