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