From f701901341c5b6c6d43194cbc60a9ffa74a38479 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:35:57 +0200 Subject: [PATCH] Update bn256.go --- crypto/bn256/cloudflare/bn256.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn256/cloudflare/bn256.go b/crypto/bn256/cloudflare/bn256.go index 4f607af2ad..07500fabf7 100644 --- a/crypto/bn256/cloudflare/bn256.go +++ b/crypto/bn256/cloudflare/bn256.go @@ -9,7 +9,7 @@ // // This package specifically implements the Optimal Ate pairing over a 256-bit // Barreto-Naehrig curve as described in -// http://cryptojedi.org/papers/dclxvi-20100714.pdf. Its output is not +// . Its output is not // compatible with the implementation described in that paper, as different // parameters are chosen. //