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