def jenkins_hash_digest(string)
          hash = 0

          string.each_byte do |byte|
            hash += byte