From 70d3507f9ebfb484ed8fd3209cb9dc7496920a40 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:36:55 +0200 Subject: [PATCH] Update optate.go --- crypto/bn256/google/optate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn256/google/optate.go b/crypto/bn256/google/optate.go index 9d6957062e..3c32515a90 100644 --- a/crypto/bn256/google/optate.go +++ b/crypto/bn256/google/optate.go @@ -6,7 +6,7 @@ package bn256 func lineFunctionAdd(r, p *twistPoint, q *curvePoint, r2 *gfP2, pool *bnPool) (a, b, c *gfP2, rOut *twistPoint) { // See the mixed addition algorithm from "Faster Computation of the - // Tate Pairing", http://arxiv.org/pdf/0904.0854v3.pdf + // Tate Pairing", . B := newGFp2(pool).Mul(p.x, r.t, pool)