Closed alxdavids closed 4 years ago
Hi, @alxdavids !
Looks very nice! Maybe only change this variable names to something else:
xA := new(big.Int).Add(x, curve.consts.a)
xxAx := new(big.Int).Mul(xA, x)
xxAx1 := new(big.Int).Add(xxAx, constants.One)
byy := new(big.Int).Mul(xxAx1, x)
yy = new(big.Int).Mul(byy, new(big.Int).ModInverse(curve.consts.b,
@claucece in case you want to take a look