Skip to content

Commit

Permalink
Fix fp-mul-test circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 10, 2024
1 parent 5f549d5 commit 91b809d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ template FpMul_TestRangeCheck(n, k) {
}


component main = FpMul(4, 2);
component main = FpMul_TestRangeCheck(4, 2);

0 comments on commit 91b809d

Please sign in to comment.