def jenkins_iterative(string)
  hash = 0

  string.each_byte do |byte|
    hash += byte