# File lib/dnsruby/resource/NSEC3.rb, line 235
      def NSEC3.decode_salt(input)
        input == '-' ? '' : [input].pack('H*')
      end