Skip to content

Commit

Permalink
Merge branch 'master' into feature/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina authored Oct 18, 2024
2 parents 6848859 + 6519198 commit ff7f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/verifier_groth16.sol.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ contract Groth16Verifier {
mstore(0x40, add(pMem, pLastMem))

// Validate that all evaluations ∈ F
<% for (let i=0; i<IC.length; i++) { %>
<% for (let i=0; i<nPublic; i++) { %>
checkField(calldataload(add(_pubSignals, <%=i*32%>)))
<% } %>

Expand Down

0 comments on commit ff7f731

Please sign in to comment.