mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 07:13:08 +00:00
clippy
This commit is contained in:
parent
59acd9436c
commit
4668e8c5f8
@ -324,8 +324,8 @@ impl GoldilocksField {
|
||||
}
|
||||
|
||||
z = w * w;
|
||||
b = b * z;
|
||||
x = x * w;
|
||||
b *= z;
|
||||
x *= w;
|
||||
v = k;
|
||||
}
|
||||
Some(x)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user