# File lib/Dnsruby/resource/NSEC3.rb, line 222
      def salt=(s)
        @salt = NSEC3.decode_salt(s)
        @salt_length = @salt.length
      end