From 78e0de406e04663ceac6fd8f1ecbf196122bd7e9 Mon Sep 17 00:00:00 2001 From: Suyash Bagad Date: Mon, 20 Feb 2023 16:18:07 +0530 Subject: [PATCH] Increase Pedersen Generator indices and subindices. (#169) * Increase ped gen indices and subindices. * Change js circuit vk. * Update comment. * correction in comment. --- .../join_split_example/proofs/join_split/join_split.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/barretenberg/join_split_example/proofs/join_split/join_split.test.cpp b/cpp/src/barretenberg/join_split_example/proofs/join_split/join_split.test.cpp index df99807949..a395e8d774 100644 --- a/cpp/src/barretenberg/join_split_example/proofs/join_split/join_split.test.cpp +++ b/cpp/src/barretenberg/join_split_example/proofs/join_split/join_split.test.cpp @@ -804,7 +804,7 @@ TEST_F(join_split_tests, test_0_input_notes_and_detect_circuit_change) #ifdef USE_TURBO 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"); #else constexpr uint32_t CIRCUIT_GATE_COUNT = 522850; constexpr uint32_t GATES_NEXT_POWER_OF_TWO = 524288;