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