We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6335c5 commit d002636Copy full SHA for d002636
barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.cpp
@@ -268,7 +268,7 @@ ClientIVC::perform_recursive_verification_and_databus_consistency_checks(
268
pairing_points.aggregate(nested_pairing_points);
269
if (is_hiding_kernel) {
270
pairing_points.aggregate(decider_pairing_points);
271
- // Placeholder for randomness at the end of the hiding circuit
+ // Placeholder for randomness at the end of the hiding circuit (to be handled in subsequent PR)
272
circuit.queue_ecc_no_op();
273
274
}
0 commit comments