for (var i = 0, len = arguments.length ;  i < len; i++) {
    hashState.hash(tokenize(arguments[i]));
  }