This commit is contained in:
Nicholas Ward 2022-09-26 10:45:20 -07:00
parent 59acd9436c
commit 4668e8c5f8

View File

@ -324,8 +324,8 @@ impl GoldilocksField {
}
z = w * w;
b = b * z;
x = x * w;
b *= z;
x *= w;
v = k;
}
Some(x)