)]}'
{
  "commit": "b7a88eca42e3bed9701627096fa2da60af36415a",
  "tree": "5e43d60454247739c1976cc1ddc2c1d63e4e649f",
  "parents": [
    "6b8a4ad0d8c14e435adfb6dc931d8f1eb03232dd"
  ],
  "author": {
    "name": "Janos Follath",
    "email": "janos.follath@arm.com",
    "time": "Fri Aug 19 12:24:40 2022 +0100"
  },
  "committer": {
    "name": "Janos Follath",
    "email": "janos.follath@arm.com",
    "time": "Fri Aug 19 13:11:22 2022 +0100"
  },
  "message": "Bignum: Apply naming conventions\n\nNumbers:\n\n- A, B for mbedtls_mpi_uint* operands\n- a, b for mbedtls_mpi_uint operands\n- X or x for result\n- HAC references where applicable\n\nLengths:\n\n- Reserve size or length for length/size in bytes or byte buffers.\n- For length of mbedtls_mpi_uint* buffers use limbs\n- Length parameters are qualified if possible (eg. input_length or\n  a_limbs)\n\nSetup functions:\n\n- The parameters match the corresponding structure member\u0027s name\n- The structure to set up is a standard lower case name even if in other\n  functions different naming conventions would apply\n\nScope of changes/conventions:\n\n- bignum_core\n- bignum_mod\n- bignum_mod_raw\n\nSigned-off-by: Janos Follath \u003cjanos.follath@arm.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "606765a4e275b56361b4bfe4d73b61b12646c61d",
      "old_mode": 33188,
      "old_path": "library/bignum_core.c",
      "new_id": "d3d74fff92bffc815272b77076b926a52bf7ff30",
      "new_mode": 33188,
      "new_path": "library/bignum_core.c"
    },
    {
      "type": "modify",
      "old_id": "8266cece5388dc02efc61992a4ac8b5e14a432f0",
      "old_mode": 33188,
      "old_path": "library/bignum_core.h",
      "new_id": "1557d10b3b52102e74e1e5ba0d052de3b40bca46",
      "new_mode": 33188,
      "new_path": "library/bignum_core.h"
    },
    {
      "type": "modify",
      "old_id": "5678ca092087e445445b824475ad0aecd4e076e5",
      "old_mode": 33188,
      "old_path": "library/bignum_mod.c",
      "new_id": "c2c3aecf86da003aadde570f7449f9401cfe30c9",
      "new_mode": 33188,
      "new_path": "library/bignum_mod.c"
    },
    {
      "type": "modify",
      "old_id": "3fbedbff26b11ed0ae7ca6defeef76660f18c4f3",
      "old_mode": 33188,
      "old_path": "library/bignum_mod.h",
      "new_id": "efbacb436768a095f4a75d25a5ff75500b5198ca",
      "new_mode": 33188,
      "new_path": "library/bignum_mod.h"
    },
    {
      "type": "modify",
      "old_id": "334965d12082ce199a9f896cf1a22c8bc56a8c43",
      "old_mode": 33188,
      "old_path": "library/bignum_mod_raw.c",
      "new_id": "0a3f3a0312d99134e4e87f844799246701cb9bb1",
      "new_mode": 33188,
      "new_path": "library/bignum_mod_raw.c"
    },
    {
      "type": "modify",
      "old_id": "b4ef83dbf99ce398184e72ee8613a17273e0796b",
      "old_mode": 33188,
      "old_path": "library/bignum_mod_raw.h",
      "new_id": "5e1418bd603b578338c9e29a65b10b4aa3cb7ba1",
      "new_mode": 33188,
      "new_path": "library/bignum_mod_raw.h"
    },
    {
      "type": "modify",
      "old_id": "d108b138a741784e5bb9921217b839d79df5a463",
      "old_mode": 33188,
      "old_path": "library/constant_time.c",
      "new_id": "f0b9aa3d94cd9d717257f0f341971367c7653b4d",
      "new_mode": 33188,
      "new_path": "library/constant_time.c"
    },
    {
      "type": "modify",
      "old_id": "8915f8bcb6d155b5c6a1a66ae3d773296c18fbb4",
      "old_mode": 33188,
      "old_path": "library/constant_time_internal.h",
      "new_id": "a8518b4de83b73bd2f0a3aab6b7c43892316e49b",
      "new_mode": 33188,
      "new_path": "library/constant_time_internal.h"
    }
  ]
}
