From 03e22fec8ba8ddd1f72779ee4f21545f66b01a91 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:37:32 +0200 Subject: [PATCH] Update optate.go --- crypto/bn256/cloudflare/optate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn256/cloudflare/optate.go b/crypto/bn256/cloudflare/optate.go index e8caa7a086..c552b57826 100644 --- a/crypto/bn256/cloudflare/optate.go +++ b/crypto/bn256/cloudflare/optate.go @@ -2,7 +2,7 @@ package bn256 func lineFunctionAdd(r, p *twistPoint, q *curvePoint, r2 *gfP2) (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 := (&gfP2{}).Mul(&p.x, &r.t) D := (&gfP2{}).Add(&p.y, &r.z)