mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Remove a few unnecessary clones
This commit is contained in:
committed by
Pratyush Mishra
parent
d71bc5a675
commit
c42c7dd98a
@@ -180,7 +180,7 @@ where
|
||||
P::miller_loop(
|
||||
cs.ns(|| "Miller loop 4"),
|
||||
&[a_prep, pvk.g_gamma_pc.clone()],
|
||||
&[pvk.h_gamma_pc.clone(), b_prep],
|
||||
&[pvk.h_gamma_pc, b_prep],
|
||||
)?
|
||||
};
|
||||
let test2 = P::final_exponentiation(cs.ns(|| "Final Exp 2"), &test2_exp)?;
|
||||
|
||||
Reference in New Issue
Block a user