diff --git a/crypto/bn256/cloudflare/twist.go b/crypto/bn256/cloudflare/twist.go index c048b0b7c7..c2e39c57ca 100644 --- a/crypto/bn256/cloudflare/twist.go +++ b/crypto/bn256/cloudflare/twist.go @@ -57,7 +57,6 @@ func (c *twistPoint) IsOnCurve() bool { if *y2 != *x3 { return false } - // Subgroup check: multiply the point by the group order and // verify that it becomes the point at infinity. cneg := &twistPoint{}