Skip to content

Commit

Permalink
Increase Pedersen Generator indices and subindices. (#169)
Browse files Browse the repository at this point in the history
* Increase ped gen indices and subindices.

* Change js circuit vk.

* Update comment.

* correction in comment.
  • Loading branch information
suyash67 committed Mar 13, 2023
1 parent 283358b commit c1ea629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ TEST_F(join_split_tests, test_0_input_notes_and_detect_circuit_change)
// The below part detects any changes in the join-split circuit
constexpr uint32_t CIRCUIT_GATE_COUNT = 59175;
constexpr uint32_t GATES_NEXT_POWER_OF_TWO = 65536;
const uint256_t VK_HASH("edcee79f9736d8a9dcc7a5c822a49bc930315bdad7f7b67accc60ab196eb63d9");
const uint256_t VK_HASH("7c5f17b829f8a6b17292a998ec06b2481abb82923e838d7422c3aec5cd5edd95");

auto number_of_gates_js = result.number_of_gates;
auto vk_hash_js = get_verification_key()->sha256_hash();
Expand Down

0 comments on commit c1ea629

Please sign in to comment.