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