)]}'
{
  "commit": "b4da52c8915bdf2c8763de64c75339fa1a3d5d71",
  "tree": "ac821c33e432ba021a2591ea32155f647a5fa879",
  "parents": [
    "a057e5dc32370d29bf2013afc360df8e4b925c98"
  ],
  "author": {
    "name": "David Benjamin",
    "email": "davidben@google.com",
    "time": "Mon Aug 12 18:06:33 2024 -0400"
  },
  "committer": {
    "name": "Boringssl LUCI CQ",
    "email": "boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Thu Aug 15 19:57:54 2024 +0000"
  },
  "message": "Remove the confusing extra word in BN_div\n\nThis extra word was allocated so that the fixup portion of quotient\nestimation could read from wnump[-2] without checking if div_n \u003e 1. This\nwas actually subtle because the value it got back was wrong. It just\ndidn\u0027t matter because the loop was a no-op.\n\nAs a result of all this, all the indices into snum were off, and the\nremainder needed to be shifted down by one word to compensate.\n\nReally, if div_n \u003e 1, we could just call BN_div_word, but the calling\nconventions are different enough that it didn\u0027t seem worth the effort.\n\nBug: 358687140\nChange-Id: Id694a33003f51536ee836a5bdb75ff8006b11a51\nReviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/70179\nReviewed-by: Bob Beck \u003cbbe@google.com\u003e\nCommit-Queue: David Benjamin \u003cdavidben@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5d059e5c4781c7be5d64c6c11262b4c593c1c21a",
      "old_mode": 33188,
      "old_path": "crypto/fipsmodule/bn/div.c",
      "new_id": "f1588c1adc92bd2545ee72a6ed8173c3240f86f3",
      "new_mode": 33188,
      "new_path": "crypto/fipsmodule/bn/div.c"
    }
  ]
}
