From 7c59e9d8b0af2acb1e7cb1827eef3028d41c0643 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:50:14 +0200 Subject: [PATCH] fix link to article --- ecc/secp256k1/secp256k1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecc/secp256k1/secp256k1.go b/ecc/secp256k1/secp256k1.go index 6c83776c7..d48d6098e 100644 --- a/ecc/secp256k1/secp256k1.go +++ b/ecc/secp256k1/secp256k1.go @@ -44,7 +44,7 @@ var g1Infinity G1Jac // endomorphisms ϕ₁ for . lambda is such that lies above // in the ring Z[ϕ]. More concretely it's the associated eigenvalue // of ϕ₁ restricted to -// see https://www.cosic.esat.kuleuven.be/nessie/reports/phase2/GLV.pdf +// see https://link.springer.com/content/pdf/10.1007/3-540-36492-7_3 var thirdRootOneG1 fp.Element var lambdaGLV big.Int