Skip to content

Commit

Permalink
test multi miller loop with precomputed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Jul 31, 2024
1 parent 84c8ccb commit da5d143
Show file tree
Hide file tree
Showing 7 changed files with 1,735 additions and 74 deletions.
4 changes: 2 additions & 2 deletions hydra/precompiled_circuits/all_circuits.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ def _run_circuit_inner(self, input: list[PyFelt]):
n_pairs=n_pairs,
hash_input=True,
)
circuit.write_p_and_q(input)
circuit.write_p_and_q_raw(input)

m = circuit.miller_loop(n_pairs)

Expand Down Expand Up @@ -1057,7 +1057,7 @@ def _run_circuit_inner(self, input: list[PyFelt]):
n_pairs=n_pairs,
hash_input=True,
)
circuit.write_p_and_q(input)
circuit.write_p_and_q_raw(input)

m, _, _, _, _ = circuit.multi_pairing_check(n_pairs)

Expand Down
Loading

0 comments on commit da5d143

Please sign in to comment.