From 32f4a1ba9258cb5831cb2aca03efac66842a3949 Mon Sep 17 00:00:00 2001 From: Antonio Sanso Date: Fri, 20 Jun 2025 11:07:53 +0200 Subject: [PATCH] Update twist.go --- crypto/bn256/cloudflare/twist.go | 1 - 1 file changed, 1 deletion(-) 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{}