Skip to content

Commit 701ac82

Browse files
committed
chore: copy over changes from non padded branch
1 parent 12cda72 commit 701ac82

File tree

2 files changed

+882
-1375
lines changed

2 files changed

+882
-1375
lines changed

barretenberg/sol/src/honk/BaseHonkVerifier.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,8 @@ abstract contract BaseHonkVerifier is IVerifier {
427427
mem.constantTermAccumulator = mem.constantTermAccumulator + accumContribution;
428428
// Update the running power of v
429429
mem.batchingChallenge = mem.batchingChallenge * tp.shplonkNu * tp.shplonkNu;
430-
}
431430

432-
for (uint256 i = 0; i < CONST_PROOF_SIZE_LOG_N - 1; ++i) {
433-
commitments[NUMBER_UNSHIFTED + 1 + i] = convertProofPoint(proof.geminiFoldComms[i]);
431+
commitments[NUMBER_UNSHIFTED + 1 + i] = proof.geminiFoldComms[i];
434432
}
435433

436434
// Finalize the batch opening claim

0 commit comments

Comments
 (0)