From 14f9443e0e39550c9fb2d98c0e1fe919fe39d4a5 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:35:13 +0200 Subject: [PATCH] Update bn256.go --- crypto/bn256/google/bn256.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn256/google/bn256.go b/crypto/bn256/google/bn256.go index e427b8bf42..b4b342fff4 100644 --- a/crypto/bn256/google/bn256.go +++ b/crypto/bn256/google/bn256.go @@ -12,7 +12,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. //