# File lib/Dnsruby/resource/NSEC3.rb, line 235 def NSEC3.decode_salt(input) if (input == "-") return "" end return [input].pack("H*") end