# File lib/Dnsruby/resource/NSEC3.rb, line 249
      def NSEC3.decode_next_hashed(input)
        return Base32.decode32hex(input)
      end