Consensys/gnark-crypto

bug: variable not assigned

ThomasPiellard opened this issue · 0 comments

Description

l.184 polynomial.go in iop/ package:

        bs := big.NewInt(int64(p.shift))
	g = *g.Exp(g, bs) // <----- variable g is not assigned at this stage
	x.Mul(&x, &g)
	return p.polynomial.evaluate(x)