mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
fixed clippy
This commit is contained in:
parent
c3126796c0
commit
e92d4c25be
@ -54,7 +54,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
};
|
||||
|
||||
// TODO: replace with MSM
|
||||
let part1 = self.curve_scalar_mul(&p, &k1);
|
||||
let part1 = self.curve_scalar_mul(p, &k1);
|
||||
let part2 = self.curve_scalar_mul(&sp, &k2);
|
||||
|
||||
self.curve_add(&part1, &part2)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user